4 references to UDM_SETPOS
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
519
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
697
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
854
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
244
Misc.ProxySendMessage(_hwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(newPos, 0));