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