1 write to MergedMenu
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6380
MdiWindowListStrip.
MergedMenu
= sourceMenuStrip;
8 references to MergedMenu
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
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);