3 writes to DecimalPlaces
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
900
_pageCounter.
DecimalPlaces
= 0;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\StyleEditorForm.cs (1)
432
_percentNumericUpDown.
DecimalPlaces
= 2;
System.Windows.Forms.Tests (1)
NumericUpDownTests.cs (1)
595
upDown.
DecimalPlaces
= 2;
3 references to DecimalPlaces
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
710
text = num.ToString($"{(ThousandsSeparator ? "N" : "F")}{
DecimalPlaces
}", CultureInfo.CurrentCulture);
System.Windows.Forms.Tests (2)
NumericUpDownTests.cs (2)
554
upDown.
DecimalPlaces
.Should().Be(0);
596
upDown.
DecimalPlaces
.Should().Be(2);