2 writes to MdiWindowListItem
System.Windows.Forms.Tests (2)
System\Windows\Forms\MenuStripTests.cs (2)
318
MdiWindowListItem
= value
324
control.
MdiWindowListItem
= value;
12 references to MdiWindowListItem
System.Windows.Forms (8)
System\Windows\Forms\Form.cs (8)
6319
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6321
numWindowListItems = MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count;
6329
if (MdiWindowListStrip is not null && MdiWindowListStrip.MergedMenu is not null && MdiWindowListStrip.MergedMenu.
MdiWindowListItem
is not null)
6331
Debug.Assert(numWindowListItems == MdiWindowListStrip.MergedMenu.
MdiWindowListItem
.DropDownItems.Count, "Calling RevertMerge modified the mdiwindowlistitem");
6374
if (sourceMenuStrip is not null && sourceMenuStrip.
MdiWindowListItem
is not null)
6378
int nSubItems = sourceMenuStrip.
MdiWindowListItem
.DropDownItems.Count;
6380
!(sourceMenuStrip.
MdiWindowListItem
.DropDownItems[nSubItems - 1] is ToolStripSeparator));
6381
MdiWindowListStrip.PopulateItems(this, sourceMenuStrip.
MdiWindowListItem
, shouldIncludeSeparator);
System.Windows.Forms.Tests (4)
System\Windows\Forms\MdiControlStripTests.cs (1)
114
Assert.Null(mdiControlStrip.
MdiWindowListItem
);
System\Windows\Forms\MenuStripTests.cs (3)
112
Assert.Null(control.
MdiWindowListItem
);
320
Assert.Same(value, control.
MdiWindowListItem
);
325
Assert.Same(value, control.
MdiWindowListItem
);