6 references to stateEnabled
System.Windows.Forms (6)
winforms\Managed\System\WinForms\ToolStripItem.cs (6)
156
private static readonly int stateMouseDownAndNoDrag = BitVector32.CreateMask(
stateEnabled
);
191
state[
stateEnabled
| stateAutoSize | stateVisible | stateContstructing | stateSupportsItemClick | stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true;
945
return state[
stateEnabled
] && parentEnabled;
949
if (state[
stateEnabled
] != value) {
950
state[
stateEnabled
] = value;
951
if (!state[
stateEnabled
]) {