5 references to stateValidating
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ContainerControl.cs (5)
50private static readonly int stateProcessingMnemonic = BitVector32.CreateMask(stateValidating); // Indicates whether we or one of our children is currently processing a mnemonic. 1599if (state[stateValidating]) { 1781if (state[stateValidating]) 1792this.state[stateValidating] = true; 1850state[stateValidating] = false;