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