2 writes to RaiseAutomationFocusEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (2)
216RaiseAutomationFocusEventCallsCount = 0; 225RaiseAutomationFocusEventCallsCount++;
4 references to RaiseAutomationFocusEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (4)
133Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount); 140Assert.Equal(1, accessibleObject.RaiseAutomationFocusEventCallsCount); 153Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount); 164Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount);