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