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)
1278
public bool Created => GetState(States.
Created
);
4565
if (!ignoreVisible && (GetState(States.
Created
) || !Visible))
4570
SetState(States.
Created
, true);
4602
SetState(States.
Created
, false);
9117
bool created = GetState(States.
Created
);
9175
SetState(States.
Created
, false);
10127
SetState(States.
Created
, false);
11308
SetState(States.
Created
, false);