4 references to FormStateExMnemonicProcessed
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
126private static readonly BitVector32.Section FormStateExInScale = BitVector32.CreateSection(1, FormStateExMnemonicProcessed); 4400if (this.IsMdiChild && (formStateEx[FormStateExMnemonicProcessed] == 1 || this != this.MdiParentInternal.ActiveMdiChildInternal || this.WindowState == FormWindowState.Minimized)){ 5371formStateEx[FormStateExMnemonicProcessed] = 1; 5376formStateEx[FormStateExMnemonicProcessed] = 0;