4 references to stateSupportsItemClick
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripItem.cs (4)
167
private static readonly int stateRightToLeftAutoMirrorImage = BitVector32.CreateMask(
stateSupportsItemClick
);
191
state[stateEnabled | stateAutoSize | stateVisible | stateContstructing |
stateSupportsItemClick
| stateInvalidMirroredImage | stateMouseDownAndUpMustBeInSameItem | stateUseAmbientMargin] = true;
2207
return state[
stateSupportsItemClick
];
2210
state[
stateSupportsItemClick
] = value;