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