5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3826SetState(States.LayoutIsDirty, true); 3832if (GetState(States.LayoutIsDirty)) 7754ParentInternal.SetState(States.LayoutIsDirty, true); 8457SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 8463if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))