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