10 references to Index
System.Windows.Forms (8)
winforms\Managed\System\WinForms\CheckedListBox.cs (6)
647
if (e.
Index
>= 0) {
648
if (e.
Index
< Items.Count) {
649
item = Items[e.
Index
];
655
item = NativeGetItemText(e.
Index
);
667
if (e.
Index
< Items.Count) {
668
switch (CheckedItems.GetCheckedState(e.
Index
)) {
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
2545
int index = die.
Index
;
2551
string text = (string)DropDownListBox.Items[die.
Index
];
System.WorkflowServices (2)
System\Workflow\Activities\Design\RichListBox.cs (2)
107
if (e.
Index
< 0)
115
object itemToDraw = Items[e.
Index
];