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