24 references to Items
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (2)
12
[DefaultProperty(nameof(
Items
))]
448
return $"{base.ToString()}, Items.Count: {
Items
.Count}";
System.Windows.Forms.Tests (18)
System\Windows\Forms\ToolStripComboBoxTests.cs (18)
184
_toolStripComboBox.
Items
.AddRange(items);
185
_toolStripComboBox.
Items
.Cast<string>().Should().Contain(items);
193
_toolStripComboBox.
Items
.Add("Item1");
194
_toolStripComboBox.
Items
.Add("Item2");
207
_toolStripComboBox.
Items
.Add("Item1");
208
_toolStripComboBox.
Items
.Add("Item2");
218
_toolStripComboBox.
Items
.Add("Item1");
219
_toolStripComboBox.
Items
.Add("Item2");
230
_toolStripComboBox.
Items
.Add("Item1");
231
_toolStripComboBox.
Items
.Add("Item2");
297
_toolStripComboBox.
Items
.Add("Item1");
298
_toolStripComboBox.
Items
.Add("Item2");
327
_toolStripComboBox.
Items
.Add("Item1");
328
_toolStripComboBox.
Items
.Add("Item2");
375
_toolStripComboBox.
Items
.Add("Item1");
376
_toolStripComboBox.
Items
.Add("Item2");
411
_toolStripComboBox.
Items
.Add("Item1");
412
_toolStripComboBox.
Items
.Add("Item2");
TestPassApp (2)
DataControls.Designer.cs (1)
234
this.toolStripComboBox1.
Items
.AddRange(new object[] {
ToolStripContainer.Designer.cs (1)
261
this.toolStripComboBox1.
Items
.AddRange(new object[] {
WinFormsControlsTest (2)
ToolStripTests.Designer.cs (2)
274
this.toolStripComboBox2.
Items
.AddRange(new object[] { "1", "2", "3", "4", "5" });
419
this.toolStripComboBox1.
Items
.AddRange(new object[] { "1", "2", "3", "4", "5" });