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