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