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