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