3 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
1115ActiveMdiChildInternal = null; 2797ActiveMdiChildInternal = form; 3413ActiveMdiChildInternal = null;
16 references to ActiveMdiChildInternal
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
860rootWindowsMatch = toolStripForm == mainForm.ActiveMdiChildInternal;
System\Windows\Forms\Form.cs (14)
304Form? mdiChild = ActiveMdiChildInternal; 805Form? form = formMdiParent?.ActiveMdiChildInternal; 2783Form? activeMdiChild = ActiveMdiChildInternal; 3378Form? activeMdiChild = ActiveMdiChildInternal; 3791|| this != MdiParentInternal.ActiveMdiChildInternal 6118Form? activeMdiChild = ActiveMdiChildInternal; 6171List<ToolStrip> childrenToolStrips = ToolStripManager.FindMergeableToolStrips(ActiveMdiChildInternal); 6183if (ActiveMdiChildInternal is not null) 6204Form? activeMdiForm = ActiveMdiChildInternal; 6250if (ActiveMdiChildInternal is not null && maximized && ActiveMdiChildInternal.ControlBox) 6260MdiControlStrip = new MdiControlStrip(ActiveMdiChildInternal); 6855if (MdiParentInternal.ActiveMdiChildInternal == this) 7005if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.ActiveMdiChildInternal == this)
System\Windows\Forms\MDI\MDIClient.cs (1)
345childForm = parentInternalAsForm.ActiveMdiChildInternal;