6 references to UDM_GETRANGE
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
511
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
540
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
693
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
815
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
381
int range = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
395
int range = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);