4 references to stateLayoutSuspended
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripPanel.cs (4)
67
private static readonly int stateRightToLeftChanged = BitVector32.CreateMask(
stateLayoutSuspended
);
529
if (!state[
stateLayoutSuspended
]) {
565
state[
stateLayoutSuspended
] = true;
571
state[
stateLayoutSuspended
] = false;