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