8 references to Add
System.Windows.Forms.Tests (8)
CheckedListBoxTests.cs (3)
369
control.Items.
Add
(new CheckBox(), false);
386
control.Items.
Add
(new CheckBox(), false);
396
box.Items.
Add
(new CheckBox(), false);
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (2)
64
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);
87
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (3)
51
_checkedListBox.Items.
Add
("item1", true);
52
_checkedListBox.Items.
Add
("item2", false);
62
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);