3 references to UDM_GETPOS
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsTab.cs (2)
541int posResult = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.UDM_GETPOS, IntPtr.Zero, IntPtr.Zero); 813int newPos = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.UDM_GETPOS, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
341int pos = Misc.ProxySendMessageInt(_hwnd, NativeMethods.UDM_GETPOS, IntPtr.Zero, IntPtr.Zero);