2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonTests.cs (2)
1636RaiseAutomationEventCallsCount = 0; 1646RaiseAutomationEventCallsCount++;
2 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\RadioButtonTests.cs (2)
1485Assert.Equal(0, accessibleObject.RaiseAutomationEventCallsCount); 1490Assert.Equal(1, accessibleObject.RaiseAutomationEventCallsCount);