4 references to s_stateSupportsItemClick
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (4)
135
private static readonly int s_stateRightToLeftAutoMirrorImage = BitVector32.CreateMask(
s_stateSupportsItemClick
);
151
_state[s_stateEnabled | s_stateAutoSize | s_stateVisible | s_stateConstructing |
s_stateSupportsItemClick
| s_stateInvalidMirroredImage | s_stateMouseDownAndUpMustBeInSameItem | s_stateUseAmbientMargin] = true;
1821
get => _state[
s_stateSupportsItemClick
];
1822
set => _state[
s_stateSupportsItemClick
] = value;