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)
595upDown.DecimalPlaces = 2;
3 references to DecimalPlaces
System.Windows.Forms (1)
System\Windows\Forms\Controls\UpDown\NumericUpDown.cs (1)
710text = num.ToString($"{(ThousandsSeparator ? "N" : "F")}{DecimalPlaces}", CultureInfo.CurrentCulture);
System.Windows.Forms.Tests (2)
NumericUpDownTests.cs (2)
554upDown.DecimalPlaces.Should().Be(0); 596upDown.DecimalPlaces.Should().Be(2);