2 references to SetScrollPos
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetScrollPos.cs (2)
8/// <inheritdoc cref="SetScrollPos(HWND, SCROLLBAR_CONSTANTS, int, BOOL)"/> 12int result = SetScrollPos(hWnd.Handle, nBar, nPos, bRedraw);