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