5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3845
SetState(States.
LayoutIsDirty
, true);
3851
if (GetState(States.
LayoutIsDirty
))
7775
ParentInternal.SetState(States.
LayoutIsDirty
, true);
8478
SetState(States.LayoutDeferred | States.
LayoutIsDirty
, false);
8484
if (ParentInternal is not null && ParentInternal.GetState(States.
LayoutIsDirty
))