9 references to s_propOwnedForms
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
1620public Form[] OwnedForms => Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms) ? ([.. ownedForms]) : ([]); 2828if (!Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 2831Properties.AddValue(s_propOwnedForms, ownedForms); 3488if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4803if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4831if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4931if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6624if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6693if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))