7 writes to ThousandsSeparator
System.Windows.Forms.Tests (7)
NumericUpDownTests.cs (7)
474
subUpDown.
ThousandsSeparator
= true;
478
subUpDown.
ThousandsSeparator
= true;
482
subUpDown.
ThousandsSeparator
= false;
499
subUpDown.
ThousandsSeparator
= true;
504
subUpDown.
ThousandsSeparator
= true;
509
subUpDown.
ThousandsSeparator
= false;
611
upDown.
ThousandsSeparator
= true;
10 references to ThousandsSeparator
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 (9)
NumericUpDownTests.cs (9)
466
subUpDown.
ThousandsSeparator
.Should().BeFalse();
475
subUpDown.
ThousandsSeparator
.Should().BeTrue();
479
subUpDown.
ThousandsSeparator
.Should().BeTrue();
483
subUpDown.
ThousandsSeparator
.Should().BeFalse();
500
subUpDown.
ThousandsSeparator
.Should().BeTrue();
505
subUpDown.
ThousandsSeparator
.Should().BeTrue();
510
subUpDown.
ThousandsSeparator
.Should().BeFalse();
556
upDown.
ThousandsSeparator
.Should().BeFalse();
612
upDown.
ThousandsSeparator
.Should().BeTrue();