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