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