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