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