5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
4046SetState(States.LayoutIsDirty, true); 4052if (GetState(States.LayoutIsDirty)) 8441ParentInternal.SetState(States.LayoutIsDirty, true); 9265SetState(States.LayoutDeferred | States.LayoutIsDirty, false); 9271if (ParentInternal is not null && ParentInternal.GetState(States.LayoutIsDirty))