24 references to Items
Accessibility_Core_App (2)
DataControls.Designer.cs (1)
234
this.toolStripComboBox1.
Items
.AddRange(new object[] {
ToolStripContainer.Designer.cs (1)
261
this.toolStripComboBox1.
Items
.AddRange(new object[] {
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)
186
_toolStripComboBox.
Items
.AddRange(items);
187
_toolStripComboBox.
Items
.Cast<string>().Should().Contain(items);
195
_toolStripComboBox.
Items
.Add("Item1");
196
_toolStripComboBox.
Items
.Add("Item2");
209
_toolStripComboBox.
Items
.Add("Item1");
210
_toolStripComboBox.
Items
.Add("Item2");
220
_toolStripComboBox.
Items
.Add("Item1");
221
_toolStripComboBox.
Items
.Add("Item2");
232
_toolStripComboBox.
Items
.Add("Item1");
233
_toolStripComboBox.
Items
.Add("Item2");
299
_toolStripComboBox.
Items
.Add("Item1");
300
_toolStripComboBox.
Items
.Add("Item2");
329
_toolStripComboBox.
Items
.Add("Item1");
330
_toolStripComboBox.
Items
.Add("Item2");
377
_toolStripComboBox.
Items
.Add("Item1");
378
_toolStripComboBox.
Items
.Add("Item2");
413
_toolStripComboBox.
Items
.Add("Item1");
414
_toolStripComboBox.
Items
.Add("Item2");
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" });