5 references to s_stateConstructing
System.Windows.Forms (5)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.cs (5)
129
private static readonly int s_stateDisposed = BitVector32.CreateMask(
s_stateConstructing
);
151
_state[s_stateEnabled | s_stateAutoSize | s_stateVisible |
s_stateConstructing
| s_stateSupportsItemClick | s_stateInvalidMirroredImage | s_stateMouseDownAndUpMustBeInSameItem | s_stateUseAmbientMargin] = true;
157
_state[
s_stateConstructing
] = false;
708
if (!_state[
s_stateConstructing
])
3242
if (!_state[
s_stateConstructing
])