11 implementations of SetValue
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
57
public void
SetValue
( double val )
PresentationFramework (2)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
45
void IRangeValueProvider.
SetValue
(double val)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
67
void IRangeValueProvider.
SetValue
(double val)
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
359
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
44
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
83
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
345
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
153
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
197
void IRangeValueProvider.
SetValue
(double obj)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
200
void IRangeValueProvider.
SetValue
(double val)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
324
void IRangeValueProvider.
SetValue
(double obj)
3 references to SetValue
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
138
_iface.
SetValue
( (double)arg );
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
199
((IRangeValueProvider)_elUpDown).
SetValue
(obj);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
326
((IRangeValueProvider)_elUpDown).
SetValue
(obj);