2 writes to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\ButtonTests.cs (2)
3790
RaiseAutomationEventCallsCount
= 0;
3802
RaiseAutomationEventCallsCount
++;
4 references to RaiseAutomationEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\ButtonTests.cs (4)
3327
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
3332
Assert.Equal(1, accessibleObject.
RaiseAutomationEventCallsCount
);
3342
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);
3347
Assert.Equal(0, accessibleObject.
RaiseAutomationEventCallsCount
);