3 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
1111
ActiveMdiChildInternal
= null;
2860
ActiveMdiChildInternal
= form;
3476
ActiveMdiChildInternal
= null;
16 references to ActiveMdiChildInternal
System.Windows.Forms (16)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.cs (1)
844
rootWindowsMatch = toolStripForm == mainForm.
ActiveMdiChildInternal
;
System\Windows\Forms\Form.cs (14)
303
Form? mdiChild =
ActiveMdiChildInternal
;
804
Form? form = formMdiParent?.
ActiveMdiChildInternal
;
2849
Form? activeMdiChild =
ActiveMdiChildInternal
;
3441
Form? activeMdiChild =
ActiveMdiChildInternal
;
3851
|| this != MdiParentInternal.
ActiveMdiChildInternal
6233
Form? activeMdiChild =
ActiveMdiChildInternal
;
6286
List<ToolStrip> childrenToolStrips = ToolStripManager.FindMergeableToolStrips(
ActiveMdiChildInternal
);
6298
if (
ActiveMdiChildInternal
is not null)
6319
Form? activeMdiForm =
ActiveMdiChildInternal
;
6365
if (
ActiveMdiChildInternal
is not null && maximized &&
ActiveMdiChildInternal
.ControlBox)
6375
MdiControlStrip = new MdiControlStrip(
ActiveMdiChildInternal
);
6977
if (MdiParentInternal.
ActiveMdiChildInternal
== this)
7124
if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.
ActiveMdiChildInternal
== this)
System\Windows\Forms\MDI\MDIClient.cs (1)
341
childForm = parentInternalAsForm.
ActiveMdiChildInternal
;