1 write to RaiseAutomationNotificationCallCount
System.Windows.Forms.Tests (1)
System\Windows\Forms\ListViewTests.cs (1)
5314
RaiseAutomationNotificationCallCount
++;
5 references to RaiseAutomationNotificationCallCount
System.Windows.Forms.Tests (5)
System\Windows\Forms\ListViewTests.cs (5)
5158
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5183
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5208
Assert.Equal(0, accessibleObject.
RaiseAutomationNotificationCallCount
);
5236
Assert.Equal(1, accessibleObject.
RaiseAutomationNotificationCallCount
);
5413
Assert.Equal(expectedCount, accessibleObject.
RaiseAutomationNotificationCallCount
);