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