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