8 references to MdiWindowListItem
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
6361
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6363
numWindowListItems = MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count;
6371
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6373
Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6416
if (sourceMenuStrip is not null && sourceMenuStrip.
MdiWindowListItem
is not null)
6420
int nSubItems = sourceMenuStrip.
MdiWindowListItem
.DropDownItems.Count;
6422
!(sourceMenuStrip.
MdiWindowListItem
.DropDownItems[nSubItems - 1] is ToolStripSeparator));
6423
MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.
MdiWindowListItem
, shouldIncludeSeparator);