2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3529
MdiWindowListStrip
= null;
6449
MdiWindowListStrip
??= new MdiWindowListStrip();
8 references to MdiWindowListStrip
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
3528
MdiWindowListStrip
?.Dispose();
6441
if (
MdiWindowListStrip
is not null &&
MdiWindowListStrip
.MergedMenu is not null)
6443
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
, revertMDIControls: true);
6454
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6455
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6456
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;