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