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]) : ([]); 2831if (!Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 2834Properties.AddValue(s_propOwnedForms, ownedForms); 3491if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4806if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4834if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 4934if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6630if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms)) 6699if (Properties.TryGetValue(s_propOwnedForms, out List<Form>? ownedForms))