syncfusion-wpf-double-textbox — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited syncfusion-wpf-double-textbox (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill collects guidance and examples for the Syncfusion WPF DoubleTextBox control. Use this skill to find usage patterns, configuration options, and common gotchas when building WPF apps that accept double values.
MinValue / MaxValue📄 Read: references/getting-started.md
📄 Read: references/overview.md
📄 Read: references/appearance-and-styling.md
📄 Read: references/restriction-or-validation.md
📄 Read: references/step-interval.md
ScrollInterval, mouse wheel, click-and-drag, selection-on-focus📄 Read: references/culture-and-number-formats.md
Culture, NumberFormat, dedicated formatting properties📄 Read: references/range-adorner.md
MinValue/MaxValue📄 Read: references/changing-double-value.md
<syncfusion:DoubleTextBox x:Name="doubleTextBox" Width="150" Height="25"
MinValue="0" MaxValue="100" Value="10"
ScrollInterval="1" />Value to a ViewModel property and use UpdateSourceTrigger=PropertyChanged for immediate updates.MinValidation/MaxValidation to choose between strict-on-keypress and permissive-on-lost-focus behaviors.Culture or NumberFormat and prefer NumberFormat when exact control is required.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.