2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonTests.cs (2)
1634RaiseAutomationEventCallsCount = 0; 1644RaiseAutomationEventCallsCount++;
2 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonTests.cs (2)
1483Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 1488Assert.Equal(1, accessibleObject.RaiseAutomationEventCallsCount);