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