2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3526
MdiWindowListStrip
= null;
6384
MdiWindowListStrip
??= new MdiWindowListStrip();
16 references to MdiWindowListStrip
System.Windows.Forms (16)
System\Windows\Forms\Form.cs (16)
3525
MdiWindowListStrip
?.Dispose();
6327
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6329
numWindowListItems =
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count;
6337
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6339
Debug.Assert(numWindowListItems ==
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6376
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6378
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6389
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6390
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6391
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;