2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonTests.cs (2)
3790RaiseAutomationEventCallsCount = 0; 3802RaiseAutomationEventCallsCount++;
4 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonTests.cs (4)
3327Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 3332Assert.Equal(1, accessibleObject.RaiseAutomationEventCallsCount); 3342Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 3347Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount);