5 references to RangeValueMax
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
373
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
68
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
679
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
277
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
219
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);