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