9 references to s_propOwnedForms
System.Windows.Forms (9)
System\Windows\Forms\Form.cs (9)
1616public Form[] OwnedForms => Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms) ? ([.. ownedForms]) : ([]); 2894if (!Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 2897Properties.AddValue(s_propOwnedForms, ownedForms); 3548if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4863if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4891if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 5024if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6752if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6821if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))