9 references to Created
System.Windows.Forms (9)
System\Windows\Forms\Control.ControlCollection.cs (1)
106
if (oldParent != value._parent && (Owner._state & States.
Created
) != 0)
System\Windows\Forms\Control.cs (8)
1373
public bool Created => GetState(States.
Created
);
4660
if (!ignoreVisible && (GetState(States.
Created
) || !Visible))
4665
SetState(States.
Created
, true);
4697
SetState(States.
Created
, false);
9242
bool created = GetState(States.
Created
);
9303
SetState(States.
Created
, false);
10260
SetState(States.
Created
, false);
11457
SetState(States.
Created
, false);