2 writes to MdiWindowListStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
3526MdiWindowListStrip = null; 6384MdiWindowListStrip ??= new MdiWindowListStrip();
16 references to MdiWindowListStrip
System.Windows.Forms (16)
System\Windows\Forms\Form.cs (16)
3525MdiWindowListStrip?.Dispose(); 6327if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6329numWindowListItems = MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count; 6337if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.MdiWindowListItem is not null) 6339Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.MdiWindowListItem.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem"); 6376if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null) 6378ToolStripManager.RevertMergeInternal(MdiWindowListStrip.MergedMenu, MdiWindowListStrip, revertMDIControls: true); 6389MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator); 6390ToolStripManager.Merge(MdiWindowListStrip, sourceMenuStrip); 6391MdiWindowListStrip.MergedMenu = sourceMenuStrip;