5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
4037SetState(States.LayoutIsDirty, true); 4043if (GetState(States.LayoutIsDirty)) 8383ParentInternal.SetState(States.LayoutIsDirty, true); 9207SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 9213if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))