6 references to FormStateAllowTransparency
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
83private static readonly BitVector32.Section FormStateBorderStyle = BitVector32.CreateSection(6, FormStateAllowTransparency); 278Debug.Assert(formState[FormStateAllowTransparency] == 0, "Failed to set formState[FormStateAllowTransparency]"); 524return formState[FormStateAllowTransparency] != 0; 527if (value != (formState[FormStateAllowTransparency] != 0) && 529formState[FormStateAllowTransparency] = (value ? 1 : 0); 531formState[FormStateLayered] = formState[FormStateAllowTransparency];