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