3 references to stateNotWorkingAreaConstrained
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
77
private static readonly int stateInSetVisibleCore = BitVector32.CreateMask(
stateNotWorkingAreaConstrained
);
1076
if (state[
stateNotWorkingAreaConstrained
]) {
1085
state[
stateNotWorkingAreaConstrained
] = notConstrained;