5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3889SetState(States.LayoutIsDirty, true); 3895if (GetState(States.LayoutIsDirty)) 7909ParentInternal.SetState(States.LayoutIsDirty, true); 8626SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 8632if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))