2 references to TBM_GETRANGEMAX
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSlider.cs (2)
266
int maxValue = Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TBM_GETRANGEMAX
, IntPtr.Zero, IntPtr.Zero);
307
return Misc.ProxySendMessageInt(_hwnd, NativeMethods.
TBM_GETRANGEMAX
, IntPtr.Zero, IntPtr.Zero);