5 references to s_formStateIsActive
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
81private static readonly BitVector32.Section s_formStateIconSet = BitVector32.CreateSection(1, s_formStateIsActive); 201Debug.Assert(_formState[s_formStateIsActive] == 0, "Failed to set formState[FormStateIsActive]"); 242return _formState[s_formStateIsActive] != 0; 249if (_formState[s_formStateIsActive] != 0 == value) 259_formState[s_formStateIsActive] = value ? 1 : 0;