5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3757SetState(States.LayoutIsDirty, true); 3763if (GetState(States.LayoutIsDirty)) 7648ParentInternal.SetState(States.LayoutIsDirty, true); 8360SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 8366if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))