3 references to Add
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\CheckedListBox.ObjectCollection.cs (1)
23
return
Add
(item, isChecked ? CheckState.Checked : CheckState.Unchecked);
System.Windows.Forms.Tests (1)
System\Windows\Forms\AccessibleObjects\CheckedListBoxItemAccessibleObjectTests.cs (1)
346
checkedListBox.Items.
Add
("Item 1",
WinFormsControlsTest (1)
MultipleControls.cs (1)
132
checkedListBox1.Items.
Add
("Pennsylvania", CheckState.Checked);