4 references to PropActiveMdiChild
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
486
return (Form)Properties.GetObject(
PropActiveMdiChild
);
490
Properties.SetObject(
PropActiveMdiChild
, value);
3802
if (Properties.ContainsObject(
PropActiveMdiChild
)) Properties.SetObject(
PropActiveMdiChild
, null);