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