4 references to s_formStateExShowIcon
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
93
private static readonly BitVector32.Section s_formStateExMnemonicProcessed = BitVector32.CreateSection(1,
s_formStateExShowIcon
);
204
_formStateEx[
s_formStateExShowIcon
] = 1;
1836
get => _formStateEx[
s_formStateExShowIcon
] != 0;
1839
_formStateEx[
s_formStateExShowIcon
] = value ? 1 : 0;