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