4 references to Index
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
3165
if (sviEvent.
Index
!= -1) {
3166
return this.Items[sviEvent.
Index
];
6214
if (sviEvent.
Index
!= -1) {
6215
m.Result = (IntPtr) sviEvent.
Index
;