1 write to index
System.Windows.Forms (1)
winforms\Managed\System\WinForms\CheckedListBox.cs (1)
1662this.index = index;
12 references to index
System.Windows.Forms (12)
winforms\Managed\System\WinForms\CheckedListBox.cs (12)
1667Rectangle rect = ParentCheckedListBox.GetItemRectangle(index); 1680if (ParentCheckedListBox.GetItemChecked(index)) { 1723switch (ParentCheckedListBox.GetItemCheckState(index)) { 1737if (ParentCheckedListBox.SelectedIndex == index) { 1753return ParentCheckedListBox.GetItemChecked(index).ToString(); 1759ParentCheckedListBox.SetItemChecked(index, !ParentCheckedListBox.GetItemChecked(index)); 1768if (index < parent.GetChildCount() - 1) { 1769return parent.GetChild(index + 1); 1777if (index > 0) { 1778return parent.GetChild(index - 1); 1788ParentCheckedListBox.AccessibilityObject.GetSystemIAccessibleInternal().accSelect((int) flags, index + 1);