9 references to s_propOwnedForms
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
1613public Form[] OwnedForms => Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms) ? ([.. ownedForms]) : ([]); 2891if (!Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 2894Properties.AddValue(s_propOwnedForms, ownedForms); 3545if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4847if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4875if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 5008if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6737if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6806if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))