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