5 references to LayoutIsDirty
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (5)
3756
SetState(States.
LayoutIsDirty
, true);
3762
if (GetState(States.
LayoutIsDirty
))
7687
ParentInternal.SetState(States.
LayoutIsDirty
, true);
8399
SetState(States.LayoutDeferred | States.
LayoutIsDirty
, false);
8405
if (ParentInternal is not null && ParentInternal.GetState(States.
LayoutIsDirty
))