2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3541
MdiWindowListStrip
= null;
6373
MdiWindowListStrip
??= new MdiWindowListStrip();
16 references to MdiWindowListStrip
System.Windows.Forms (16)
System\Windows\Forms\Form.cs (16)
3540
MdiWindowListStrip
?.Dispose();
6316
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6318
numWindowListItems =
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count;
6326
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6328
Debug.Assert(numWindowListItems ==
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6365
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6367
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6378
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6379
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6380
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;