2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
729
RaiseAutomationEventCallsCount
= 0;
739
RaiseAutomationEventCallsCount
++;
2 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\CheckBoxTests.cs (2)
538
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
543
Assert.Equal(1, accessibleObject.
RaiseAutomationEventCallsCount
);