2 references to PBM_GETRANGE
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsProgressbar.cs (2)
172int min = Misc.ProxySendMessageInt(_hwnd, NativeMethods.PBM_GETRANGE, new IntPtr(1), IntPtr.Zero); 173int max = Misc.ProxySendMessageInt(_hwnd, NativeMethods.PBM_GETRANGE, IntPtr.Zero, IntPtr.Zero);