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