7 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (3)
1108
ActiveMdiChildInternal
= null;
2857
ActiveMdiChildInternal
= form;
3473
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)
300
Form? mdiChild =
ActiveMdiChildInternal
;
801
Form? form = formMdiParent?.
ActiveMdiChildInternal
;
2846
Form? activeMdiChild =
ActiveMdiChildInternal
;
3438
Form? activeMdiChild =
ActiveMdiChildInternal
;
3842
|| this != MdiParentInternal.
ActiveMdiChildInternal
6217
Form? activeMdiChild =
ActiveMdiChildInternal
;
6270
List<ToolStrip> childrenToolStrips = ToolStripManager.FindMergeableToolStrips(
ActiveMdiChildInternal
);
6282
if (
ActiveMdiChildInternal
is not null)
6303
Form? activeMdiForm =
ActiveMdiChildInternal
;
6349
if (
ActiveMdiChildInternal
is not null && maximized &&
ActiveMdiChildInternal
.ControlBox)
6359
MdiControlStrip = new MdiControlStrip(
ActiveMdiChildInternal
);
6962
if (MdiParentInternal.
ActiveMdiChildInternal
== this)
7109
if (MdiControlStrip is null && MdiParentInternal is not null && MdiParentInternal.
ActiveMdiChildInternal
== this)
System\Windows\Forms\MDI\MDIClient.cs (1)
341
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
);