8 references to Add
System.Windows.Forms.Tests (8)
CheckedListBoxTests.cs (3)
371
control.Items.
Add
(new CheckBox(), false);
388
control.Items.
Add
(new CheckBox(), false);
398
box.Items.
Add
(new CheckBox(), false);
System\Windows\Forms\CheckedListBox.CheckedIndexCollectionTests.cs (2)
66
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);
89
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);
System\Windows\Forms\CheckedListBox.CheckedItemCollectionTests.cs (3)
53
_checkedListBox.Items.
Add
("item1", true);
54
_checkedListBox.Items.
Add
("item2", false);
64
_checkedListBox.Items.
Add
(items[i], checkedStates[i]);