2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonTests.cs (2)
3788RaiseAutomationEventCallsCount = 0; 3800RaiseAutomationEventCallsCount++;
4 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonTests.cs (4)
3325Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 3330Assert.Equal(1, accessibleObject.RaiseAutomationEventCallsCount); 3340Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 3345Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount);