8 references to Add
System.Windows.Forms.Tests (8)
CheckedListBoxTests.cs (3)
371control.Items.Add(new CheckBox(), false); 388control.Items.Add(new CheckBox(), false); 398box.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]);