6 references to UDM_GETRANGE
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsTab.cs (4)
504
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
533
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
687
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
809
int range = Misc.ProxySendMessageInt(updownHwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
MS\Internal\AutomationProxies\WindowsUpDown.cs (2)
377
int range = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);
391
int range = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
UDM_GETRANGE
, IntPtr.Zero, IntPtr.Zero);