9 implementations of Value
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
62public double Value
PresentationFramework (1)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
77double IRangeValueProvider.Value
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
384double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
90double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
351double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
183double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
203double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
230double IRangeValueProvider.Value
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
330double IRangeValueProvider.Value
4 references to Value
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
144return _iface.Value;
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (1)
198RaisePropertyChangedEvent(el, RangeValuePattern.ValueProperty, rangeValue.Value);
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
207return ((IRangeValueProvider)_elUpDown).Value;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
334return ((IRangeValueProvider)_elUpDown).Value;