4 references to UDM_SETPOS
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsTab.cs (3)
517
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
696
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
853
Misc.ProxySendMessage(updownHwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, (IntPtr)newPos);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
224
Misc.ProxySendMessage(_hwnd, NativeMethods.
UDM_SETPOS
, IntPtr.Zero, NativeMethods.Util.MAKELPARAM(newPos, 0));