3 writes to ActiveMdiChildInternal
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
1426
ActiveMdiChildInternal
= null;
3129
ActiveMdiChildInternal
= form;
3751
ActiveMdiChildInternal
= null;
21 references to ActiveMdiChildInternal
System.Windows.Forms (21)
winforms\Managed\System\WinForms\Form.cs (19)
458
Form mdiChild =
ActiveMdiChildInternal
;
1039
Form form = formMdiParent.
ActiveMdiChildInternal
;
3118
Form activeMdiChild =
ActiveMdiChildInternal
;
3725
Form activeMdiChild =
ActiveMdiChildInternal
;
4400
if (this.IsMdiChild && (formStateEx[FormStateExMnemonicProcessed] == 1 || this != this.MdiParentInternal.
ActiveMdiChildInternal
|| this.WindowState == FormWindowState.Minimized)){
4548
if (parForm != null && this == parForm.
ActiveMdiChildInternal
) {
4582
if (menu == Menu || (this.
ActiveMdiChildInternal
!= null && menu == this.
ActiveMdiChildInternal
.Menu)) {
6489
form =
ActiveMdiChildInternal
;
6570
Form activeMdiChild = this.
ActiveMdiChildInternal
;
6617
ArrayList childrenToolStrips = ToolStripManager.FindMergeableToolStrips(
ActiveMdiChildInternal
);
6632
if(
ActiveMdiChildInternal
!= null) {
6651
Form activeMdiForm =
ActiveMdiChildInternal
;
6692
if (
ActiveMdiChildInternal
!= null && maximized) {
6693
if (
ActiveMdiChildInternal
.ControlBox) {
6704
this.MdiControlStrip = new MdiControlStrip(
ActiveMdiChildInternal
);
6705
Debug.WriteLineIf(ToolStrip.MDIMergeDebug.TraceVerbose, "UpdateMdiControlStrip: built up an MDI control strip for " +
ActiveMdiChildInternal
.Text + " with " + MdiControlStrip.Items.Count.ToString(CultureInfo.InvariantCulture) + " items.");
7302
if (formMdiParent.
ActiveMdiChildInternal
== this) {
7462
if (MdiControlStrip == null && MdiParentInternal != null && MdiParentInternal.
ActiveMdiChildInternal
== this) {
winforms\Managed\System\WinForms\MDIClient.cs (1)
365
childForm = ((Form)ParentInternal).
ActiveMdiChildInternal
;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1653
rootWindowsMatch = (toolStripForm == mainForm.
ActiveMdiChildInternal
);