8 references to MdiWindowListItem
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
6343
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6345
numWindowListItems = MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count;
6353
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6355
Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6398
if (sourceMenuStrip is not null && sourceMenuStrip.
MdiWindowListItem
is not null)
6402
int nSubItems = sourceMenuStrip.
MdiWindowListItem
.DropDownItems.Count;
6404
!(sourceMenuStrip.
MdiWindowListItem
.DropDownItems[nSubItems - 1] is ToolStripSeparator));
6405
MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.
MdiWindowListItem
, shouldIncludeSeparator);