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