1 write to MergedMenu
System.Windows.Forms (1)
System\Windows\Forms\Form.cs (1)
6292MdiWindowListStrip.MergedMenu = sourceMenuStrip;
8 references to MergedMenu
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
6228if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6230numWindowListItems = MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count; 6238if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6240Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem"); 6277if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null) 6279ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true);