1 write to _topIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListView\ListView.cs (1)
1722
_topIndex
= (int)PInvokeCore.SendMessage(this, PInvoke.LVM_GETTOPINDEX);
4 references to _topIndex
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListView\ListView.cs (4)
1723
return
_topIndex
>= 0 &&
_topIndex
< Items.Count ? Items[
_topIndex
] : null;
1755
if ((topItem is null) && (
_topIndex
== Items.Count))