2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonTests.cs (2)
3788
RaiseAutomationEventCallsCount
= 0;
3800
RaiseAutomationEventCallsCount
++;
4 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonTests.cs (4)
3325
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
3330
Assert.Equal(1, accessibleObject.
RaiseAutomationEventCallsCount
);
3340
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
3345
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);