5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3852SetState(States.LayoutIsDirty, true); 3858if (GetState(States.LayoutIsDirty)) 7780ParentInternal.SetState(States.LayoutIsDirty, true); 8483SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 8489if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))