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