4 references to LB_SETTOPINDEX
System.Windows.Forms (4)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1120
PInvokeCore.SendMessage(this, PInvoke.
LB_SETTOPINDEX
, (WPARAM)value);
1759
PInvokeCore.SendMessage(this, PInvoke.
LB_SETTOPINDEX
, (WPARAM)_topIndex);
System\Windows\Forms\Controls\ListBoxes\ListBox.ItemAccessibleObject.cs (2)
214
PInvokeCore.SendMessage(_owningListBox, PInvoke.
LB_SETTOPINDEX
, (WPARAM)currentIndex);
236
PInvokeCore.SendMessage(_owningListBox, PInvoke.
LB_SETTOPINDEX
, (WPARAM)(currentIndex - visibleItemsCount + 1));