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