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