4 references to s_stateLayoutSuspended
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (4)
29
private static readonly int s_stateRightToLeftChanged = BitVector32.CreateMask(
s_stateLayoutSuspended
);
452
if (!_state[
s_stateLayoutSuspended
])
498
_state[
s_stateLayoutSuspended
] = true;
504
_state[
s_stateLayoutSuspended
] = false;