5 references to stateAllowTransparency
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (5)
74private static readonly int stateIsRestrictedWindow = BitVector32.CreateMask(stateAllowTransparency); 154return state[stateAllowTransparency]; 157if (value != (state[stateAllowTransparency]) && 159state[stateAllowTransparency] = value; 161state[stateLayered] = state[stateAllowTransparency];