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