2 references to s_propFormerlyActiveMdiChild
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
345get => Properties.GetValueOrDefault<Form>(s_propFormerlyActiveMdiChild); 346set => Properties.AddOrRemoveValue(s_propFormerlyActiveMdiChild, value);