1 write to RaiseAutomationNotificationCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListViewTests.cs (1)
5312
RaiseAutomationNotificationCallCount
++;
5 references to RaiseAutomationNotificationCallCount
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListViewTests.cs (5)
5156
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5181
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5206
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5234
Assert.Equal(1, accessibleObject.
RaiseAutomationNotificationCallCount
);
5411
Assert.Equal(expectedCount, accessibleObject.
RaiseAutomationNotificationCallCount
);