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