3 references to UDM_GETPOS
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
543
int posResult = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETPOS
, IntPtr.Zero, IntPtr.Zero);
814
int newPos = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETPOS
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
361
int pos = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
UDM_GETPOS
, IntPtr.Zero, IntPtr.Zero);