3 references to s_propActiveMdiChild
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
337get => Properties.GetValueOrDefault<Form>(s_propActiveMdiChild); 338set => Properties.AddOrRemoveValue(s_propActiveMdiChild, value); 3463Properties.RemoveValue(s_propActiveMdiChild);