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