1 write to _topIndex
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1126
_topIndex
= value;
3 references to _topIndex
System.Windows.Forms (3)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (3)
1117
get => IsHandleCreated ? (int)PInvokeCore.SendMessage(this, PInvoke.LB_GETTOPINDEX) :
_topIndex
;
1759
if (
_topIndex
!= 0)
1761
PInvokeCore.SendMessage(this, PInvoke.LB_SETTOPINDEX, (WPARAM)
_topIndex
);