3 references to stateIsRestrictedWindowChecked
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
76private static readonly int stateNotWorkingAreaConstrained = BitVector32.CreateMask(stateIsRestrictedWindowChecked); 593if (!state[stateIsRestrictedWindowChecked]) { 594state[stateIsRestrictedWindowChecked] = true;