2 writes to MdiWindowListItem
System.Windows.Forms.Tests (2)
System\Windows\Forms\MenuStripTests.cs (2)
316
MdiWindowListItem
= value
322
control.
MdiWindowListItem
= value;
11 references to MdiWindowListItem
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
6228
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6230
numWindowListItems = MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count;
6238
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6240
Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6283
if (sourceMenuStrip is not null && sourceMenuStrip.
MdiWindowListItem
is not null)
6287
int nSubItems = sourceMenuStrip.
MdiWindowListItem
.DropDownItems.Count;
6289
!(sourceMenuStrip.
MdiWindowListItem
.DropDownItems[nSubItems - 1] is ToolStripSeparator));
6290
MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.
MdiWindowListItem
, shouldIncludeSeparator);
System.Windows.Forms.Tests (3)
System\Windows\Forms\MenuStripTests.cs (3)
110
Assert.Null(control.
MdiWindowListItem
);
318
Assert.Same(value, control.
MdiWindowListItem
);
323
Assert.Same(value, control.
MdiWindowListItem
);