5 references to RangeValueMax
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
372
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
69
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)
276
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
215
throw new ArgumentOutOfRangeException("value", val, SR.
RangeValueMax
);