5 references to FormStateIsActive
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
106private static readonly BitVector32.Section FormStateIconSet = BitVector32.CreateSection(1, FormStateIsActive); 305Debug.Assert(formState[FormStateIsActive] == 0, "Failed to set formState[FormStateIsActive]"); 374return formState[FormStateIsActive] != 0; 381if ((formState[FormStateIsActive] != 0) != value) { 393formState[FormStateIsActive] = value ? 1 : 0;