2 writes to UpdateEditTextCallCount
System.Windows.Forms.Tests (2)
NumericUpDownTests.cs (2)
838UpdateEditTextCallCount++; 844UpdateEditTextCallCount = 0;
11 references to UpdateEditTextCallCount
System.Windows.Forms.Tests (11)
NumericUpDownTests.cs (11)
284subUpDown.UpdateEditTextCallCount.Should().BeGreaterThan(0); 469subUpDown.UpdateEditTextCallCount.Should().Be(1); 478subUpDown.UpdateEditTextCallCount.Should().Be(2); 482subUpDown.UpdateEditTextCallCount.Should().Be(3); 486subUpDown.UpdateEditTextCallCount.Should().Be(4); 503subUpDown.UpdateEditTextCallCount.Should().Be(2); 508subUpDown.UpdateEditTextCallCount.Should().Be(3); 513subUpDown.UpdateEditTextCallCount.Should().Be(4); 525subUpDown.UpdateEditTextCallCount.Should().Be(1); 535subUpDown.UpdateEditTextCallCount.Should().Be(0); 545subUpDown.UpdateEditTextCallCount.Should().Be(0);