2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3529
MdiWindowListStrip
= null;
6400
MdiWindowListStrip
??= new MdiWindowListStrip();
16 references to MdiWindowListStrip
System.Windows.Forms (16)
System\Windows\Forms\Form.cs (16)
3528
MdiWindowListStrip
?.Dispose();
6343
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6345
numWindowListItems =
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count;
6353
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6355
Debug.Assert(numWindowListItems ==
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6392
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6394
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6405
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6406
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6407
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;