5 references to FormStateBorderStyle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (5)
84
private static readonly BitVector32.Section FormStateTaskBar = BitVector32.CreateSection(1,
FormStateBorderStyle
);
279
Debug.Assert(formState[
FormStateBorderStyle
] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]");
834
return(FormBorderStyle)formState[
FormStateBorderStyle
];
871
formState[
FormStateBorderStyle
] = (int)value;
3930
switch ((FormBorderStyle)formState[
FormStateBorderStyle
]) {