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)
1723return _topIndex >= 0 && _topIndex < Items.Count ? Items[_topIndex] : null; 1755if ((topItem is null) && (_topIndex == Items.Count))