2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3465MdiWindowListStrip = null; 6279MdiWindowListStrip ??= new MdiWindowListStrip();
17 references to MdiWindowListStrip
System.Windows.Forms (17)
System\Windows\Forms\Form.cs (17)
3462if (MdiWindowListStrip is not null) 3464MdiWindowListStrip.Dispose(); 6222if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6224numWindowListItems = MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count; 6232if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6234Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem"); 6271if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null) 6273ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true); 6284MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6285ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6286MdiWindowListStrip.MergedMenu = sourceMenuStrip;