4 references to stateProcessingMnemonic
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ContainerControl.cs (4)
51private static readonly int stateScalingChild = BitVector32.CreateMask(stateProcessingMnemonic); // True while we are scaling a child control 617if( this.state[stateProcessingMnemonic]){ 1258this.state[stateProcessingMnemonic] = true; 1309this.state[stateProcessingMnemonic] = false;