2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3468MdiWindowListStrip = null; 6285MdiWindowListStrip ??= new MdiWindowListStrip();
17 references to MdiWindowListStrip
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (17)
3465if (MdiWindowListStrip is not null) 3467MdiWindowListStrip.Dispose(); 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); 6290MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6291ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6292MdiWindowListStrip.MergedMenu = sourceMenuStrip;