11 implementations of SetValue
PresentationCore (1)
MS\Internal\Automation\RangeValueProviderWrapper.cs (1)
57public void SetValue( double val )
PresentationFramework (2)
System\Windows\Automation\Peers\ProgressBarAutomationPeer.cs (1)
45void IRangeValueProvider.SetValue(double val)
System\Windows\Automation\Peers\RangeBaseAutomationPeer.cs (1)
67void IRangeValueProvider.SetValue(double val)
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
359void IRangeValueProvider.SetValue(double val)
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
44void IRangeValueProvider.SetValue(double val)
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
83void IRangeValueProvider.SetValue (double val)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
345void IRangeValueProvider.SetValue (double val)
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
153void IRangeValueProvider.SetValue (double val)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
197void IRangeValueProvider.SetValue (double obj)
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
200void IRangeValueProvider.SetValue (double val)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
324void 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);