9 references to s_propOwnedForms
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
1617public 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); 3566if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4865if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4893if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 5028if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6721if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6790if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))