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