5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3826
SetState(States.
LayoutIsDirty
, true);
3832
if (GetState(States.
LayoutIsDirty
))
7754
ParentInternal.SetState(States.
LayoutIsDirty
, true);
8457
SetState(States.LayoutDeferred | States.
LayoutIsDirty
, false);
8463
if (ParentInternal is not null && ParentInternal.GetState(States.
LayoutIsDirty
))