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