6 references to CheckedListBox
System.Windows.Forms (6)
winforms\Managed\System\WinForms\CheckedListBox.cs (6)
1580
if (index >= 0 && index <
CheckedListBox
.Items.Count) {
1581
return new CheckedListBoxItemAccessibleObject(this.
CheckedListBox
.GetItemText(
CheckedListBox
.Items[index]), index, this);
1592
return
CheckedListBox
.Items.Count;
1596
int index =
CheckedListBox
.FocusedIndex;
1605
int index =
CheckedListBox
.SelectedIndex;