9 implementations of Maximum
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
78public double Maximum
PresentationFramework (1)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
96double IRangeValueProvider.Maximum
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
405double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
106double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
367double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
200double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
220double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
246double IRangeValueProvider.Maximum
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
347double IRangeValueProvider.Maximum
3 references to Maximum
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
154return _iface.Maximum;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
224return ((IRangeValueProvider) _elUpDown).Maximum;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
351return ((IRangeValueProvider)_elUpDown).Maximum;