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