5 references to s_formStateBorderStyle
System.Windows.Forms (5)
System\Windows\Forms\Form.cs (5)
61private static readonly BitVector32.Section s_formStateTaskBar = BitVector32.CreateSection(1, s_formStateBorderStyle); 182Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 658get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 663_formState[s_formStateBorderStyle] = (int)value; 3657switch ((FormBorderStyle)_formState[s_formStateBorderStyle])