2 writes to MdiWindowListStrip
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (2)
3806
MdiWindowListStrip
= null;
6733
MdiWindowListStrip
= new MdiWindowListStrip();
10 references to MdiWindowListStrip
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Form.cs (10)
3804
if (
MdiWindowListStrip
!= null){
3805
MdiWindowListStrip
.Dispose();
6723
if (
MdiWindowListStrip
!= null &&
MdiWindowListStrip
.MergedMenu != null) {
6726
ToolStripManager.RevertMergeInternal(
MdiWindowListStrip
.MergedMenu,
MdiWindowListStrip
,/*revertMdiStuff*/true);
6732
if (
MdiWindowListStrip
== null) {
6739
MdiWindowListStrip
.PopulateItems(this, sourceMenuStrip.MdiWindowListItem, shouldIncludeSeparator);
6741
ToolStripManager.Merge(
MdiWindowListStrip
, sourceMenuStrip);
6743
MdiWindowListStrip
.MergedMenu = sourceMenuStrip;