5 references to s_stateAllowTransparency
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (5)
40private static readonly int s_stateNotWorkingAreaConstrained = BitVector32.CreateMask(s_stateAllowTransparency); 71get => _state[s_stateAllowTransparency]; 74if (value != (_state[s_stateAllowTransparency])) 76_state[s_stateAllowTransparency] = value; 78_state[s_stateLayered] = _state[s_stateAllowTransparency];