2 references to LVM_SCROLL
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1273return Misc.ProxySendMessageInt(hwnd, NativeMethods.LVM_SCROLL, dx, dy) != 0;
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
300Misc.ProxySendMessage(hwndParent, NativeMethods.LVM_SCROLL, new IntPtr(horizontalScrollAmount), IntPtr.Zero);