7 writes to ThousandsSeparator
System.Windows.Forms.Tests (7)
NumericUpDownTests.cs (7)
476
subUpDown.
ThousandsSeparator
= true;
480
subUpDown.
ThousandsSeparator
= true;
484
subUpDown.
ThousandsSeparator
= false;
501
subUpDown.
ThousandsSeparator
= true;
506
subUpDown.
ThousandsSeparator
= true;
511
subUpDown.
ThousandsSeparator
= false;
613
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)
468
subUpDown.
ThousandsSeparator
.Should().BeFalse();
477
subUpDown.
ThousandsSeparator
.Should().BeTrue();
481
subUpDown.
ThousandsSeparator
.Should().BeTrue();
485
subUpDown.
ThousandsSeparator
.Should().BeFalse();
502
subUpDown.
ThousandsSeparator
.Should().BeTrue();
507
subUpDown.
ThousandsSeparator
.Should().BeTrue();
512
subUpDown.
ThousandsSeparator
.Should().BeFalse();
558
upDown.
ThousandsSeparator
.Should().BeFalse();
614
upDown.
ThousandsSeparator
.Should().BeTrue();