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