1 write to topIndex
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
1700
topIndex
= unchecked( (int) (long)SendMessage(NativeMethods.LVM_GETTOPINDEX, 0, 0));
4 references to topIndex
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ListView.cs (4)
1701
if (
topIndex
>= 0 &&
topIndex
< Items.Count)
1702
return Items[
topIndex
];
1722
if ((topItem == null) && (
topIndex
== Items.Count)) // HACK ALERT! VSWhidbey bug 154094/Windows OS Bugs bug 872012