6 references to PropOwnedForms
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Form.cs (6)
2134
Form[] ownedForms = (Form[])Properties.GetObject(
PropOwnedForms
);
3159
Form[] ownedForms = (Form[])Properties.GetObject(
PropOwnedForms
);
3171
Properties.SetObject(
PropOwnedForms
, ownedForms);
3177
Properties.SetObject(
PropOwnedForms
, ownedForms);
3825
Form[] ownedForms = (Form[])Properties.GetObject(
PropOwnedForms
);
5576
Form[] ownedForms = (Form[])Properties.GetObject(
PropOwnedForms
);