9 references to s_propOwnedForms
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
1614public Form[] OwnedForms => Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms) ? ([.. ownedForms]) : ([]); 2906if (!Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 2909Properties.AddValue(s_propOwnedForms, ownedForms); 3560if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4862if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4890if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 5025if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6726if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6795if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))