2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3543
MdiWindowListStrip
= null;
6376
MdiWindowListStrip
??= new MdiWindowListStrip();
17 references to MdiWindowListStrip
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (17)
3540
if (
MdiWindowListStrip
is not null)
3542
MdiWindowListStrip
.Dispose();
6319
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6321
numWindowListItems =
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count;
6329
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6331
Debug.Assert(numWindowListItems ==
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6368
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6370
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6381
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6382
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6383
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;