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