7 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
1112
ActiveMdiChildInternal
= null;
2872
ActiveMdiChildInternal
= form;
3488
ActiveMdiChildInternal
= null;
System.Windows.Forms.Tests (4)
System\Windows\Forms\FormTests.cs (4)
257
form.
ActiveMdiChildInternal
= child;
273
form.
ActiveMdiChildInternal
= child;
289
form.
ActiveMdiChildInternal
= child;
304
form.
ActiveMdiChildInternal
= child;
18 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)
301
Form? mdiChild =
ActiveMdiChildInternal
;
802
Form? form = formMdiParent?.
ActiveMdiChildInternal
;
2861
Form? activeMdiChild =
ActiveMdiChildInternal
;
3453
Form? activeMdiChild =
ActiveMdiChildInternal
;
3866
|| this != MdiParentInternal.
ActiveMdiChildInternal
6209
Form? activeMdiChild =
ActiveMdiChildInternal
;
6262
List<ToolStrip> childrenToolStrips = ToolStripManager.FindMergeableToolStrips(
ActiveMdiChildInternal
);
6274
if (
ActiveMdiChildInternal
is not null)
6295
Form? activeMdiForm =
ActiveMdiChildInternal
;
6341
if (
ActiveMdiChildInternal
is not null && maximized &&
ActiveMdiChildInternal
.ControlBox)
6351
MdiControlStrip = new MdiControlStrip(
ActiveMdiChildInternal
);
6946
if (MdiParentInternal.
ActiveMdiChildInternal
== this)
7096
if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.
ActiveMdiChildInternal
== this)
System\Windows\Forms\MDI\MDIClient.cs (1)
343
childForm = parentInternalAsForm.
ActiveMdiChildInternal
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\FormTests.cs (2)
259
Assert.NotNull(form.
ActiveMdiChildInternal
);
260
Assert.Equal(child, form.
ActiveMdiChildInternal
);