2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3529MdiWindowListStrip = null; 6418MdiWindowListStrip ??= new MdiWindowListStrip();
16 references to MdiWindowListStrip
System.Windows.Forms (16)
System\Windows\Forms\Form.cs (16)
3528MdiWindowListStrip?.Dispose(); 6361if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6363numWindowListItems = MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count; 6371if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6373Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem"); 6410if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null) 6412ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true); 6423MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6424ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6425MdiWindowListStrip.MergedMenu = sourceMenuStrip;