9 implementations of Minimum
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
86
public double
Minimum
PresentationFramework (1)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
105
double IRangeValueProvider.
Minimum
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
413
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
114
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
375
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
208
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
228
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
254
double IRangeValueProvider.
Minimum
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
355
double IRangeValueProvider.
Minimum
3 references to Minimum
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
159
return _iface.
Minimum
;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
232
return ((IRangeValueProvider) _elUpDown).
Minimum
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
359
return ((IRangeValueProvider)_elUpDown).
Minimum
;