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