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