2 writes to RaiseAutomationFocusEventCallsCount
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (2)
218RaiseAutomationFocusEventCallsCount = 0; 227RaiseAutomationFocusEventCallsCount++;
4 references to RaiseAutomationFocusEventCallsCount
System.Windows.Forms.Tests (4)
System\Windows\Forms\AccessibleObjects\Form.FormAccessibleObjectTests.cs (4)
135Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount); 142Assert.Equal(1, accessibleObject.RaiseAutomationFocusEventCallsCount); 155Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount); 166Assert.Equal(0, accessibleObject.RaiseAutomationFocusEventCallsCount);