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