2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
731
RaiseAutomationEventCallsCount
= 0;
741
RaiseAutomationEventCallsCount
++;
2 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
540
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
545
Assert.Equal(1, accessibleObject.
RaiseAutomationEventCallsCount
);