6 references to FormStateIsWindowActivated
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
104private static readonly BitVector32.Section FormStateIsTextEmpty = BitVector32.CreateSection(1, FormStateIsWindowActivated); 303Debug.Assert(formState[FormStateIsWindowActivated] == 0, "Failed to set formState[FormStateIsWindowActivated]"); 396formState[FormStateIsWindowActivated] = 1; 416formState[FormStateIsWindowActivated] = 0; 2817if (IsRestrictedWindow && formState[FormStateIsWindowActivated] == 1) { 2833if (IsRestrictedWindow && formState[FormStateIsWindowActivated] == 1) {