2 writes to UpdateEditTextCallCount
System.Windows.Forms.Tests (2)
NumericUpDownTests.cs (2)
836UpdateEditTextCallCount++; 842UpdateEditTextCallCount = 0;
11 references to UpdateEditTextCallCount
System.Windows.Forms.Tests (11)
NumericUpDownTests.cs (11)
282subUpDown.UpdateEditTextCallCount.Should().BeGreaterThan(0); 467subUpDown.UpdateEditTextCallCount.Should().Be(1); 476subUpDown.UpdateEditTextCallCount.Should().Be(2); 480subUpDown.UpdateEditTextCallCount.Should().Be(3); 484subUpDown.UpdateEditTextCallCount.Should().Be(4); 501subUpDown.UpdateEditTextCallCount.Should().Be(2); 506subUpDown.UpdateEditTextCallCount.Should().Be(3); 511subUpDown.UpdateEditTextCallCount.Should().Be(4); 523subUpDown.UpdateEditTextCallCount.Should().Be(1); 533subUpDown.UpdateEditTextCallCount.Should().Be(0); 543subUpDown.UpdateEditTextCallCount.Should().Be(0);