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