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