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