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); 181Debug.Assert(_formState[s_formStateBorderStyle] == (int)FormBorderStyle.Sizable, "Failed to set formState[FormStateBorderStyle]"); 661get => (FormBorderStyle)_formState[s_formStateBorderStyle]; 666_formState[s_formStateBorderStyle] = (int)value; 3582switch ((FormBorderStyle)_formState[s_formStateBorderStyle])