3 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
1115
ActiveMdiChildInternal
= null;
2794
ActiveMdiChildInternal
= form;
3410
ActiveMdiChildInternal
= null;
16 references to ActiveMdiChildInternal
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
856
rootWindowsMatch = toolStripForm == mainForm.
ActiveMdiChildInternal
;
System\Windows\Forms\Form.cs (14)
304
Form? mdiChild =
ActiveMdiChildInternal
;
805
Form? form = formMdiParent?.
ActiveMdiChildInternal
;
2783
Form? activeMdiChild =
ActiveMdiChildInternal
;
3375
Form? activeMdiChild =
ActiveMdiChildInternal
;
3788
|| this != MdiParentInternal.
ActiveMdiChildInternal
6112
Form? activeMdiChild =
ActiveMdiChildInternal
;
6165
List<ToolStrip> childrenToolStrips = ToolStripManager.FindMergeableToolStrips(
ActiveMdiChildInternal
);
6177
if (
ActiveMdiChildInternal
is not null)
6198
Form? activeMdiForm =
ActiveMdiChildInternal
;
6244
if (
ActiveMdiChildInternal
is not null && maximized &&
ActiveMdiChildInternal
.ControlBox)
6254
MdiControlStrip = new MdiControlStrip(
ActiveMdiChildInternal
);
6849
if (MdiParentInternal.
ActiveMdiChildInternal
== this)
6999
if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.
ActiveMdiChildInternal
== this)
System\Windows\Forms\MDI\MDIClient.cs (1)
345
childForm = parentInternalAsForm.
ActiveMdiChildInternal
;