2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3465
MdiWindowListStrip
= null;
6279
MdiWindowListStrip
??= new MdiWindowListStrip();
17 references to MdiWindowListStrip
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (17)
3462
if (
MdiWindowListStrip
is not null)
3464
MdiWindowListStrip
.Dispose();
6222
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6224
numWindowListItems =
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count;
6232
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null &&
MdiWindowListStrip
.MergedMenu.MdiWindowListItem is not null)
6234
Debug.Assert(numWindowListItems ==
MdiWindowListStrip
.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6271
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6273
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6284
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6285
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6286
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;