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