2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3543MdiWindowListStrip = null; 6376MdiWindowListStrip ??= new MdiWindowListStrip();
17 references to MdiWindowListStrip
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (17)
3540if (MdiWindowListStrip is not null) 3542MdiWindowListStrip.Dispose(); 6319if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6321numWindowListItems = MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count; 6329if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6331Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem"); 6368if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null) 6370ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true); 6381MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6382ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6383MdiWindowListStrip.MergedMenu = sourceMenuStrip;