19 implementations of SetValue
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
57public void SetValue( string val )
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
140void IValueProvider.SetValue(string val)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
749void IValueProvider.SetValue(string value)
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
164void IValueProvider.SetValue(string value)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
117void IValueProvider.SetValue(string value)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
84void IValueProvider.SetValue(string value)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
396void IValueProvider.SetValue(string value)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
539void IValueProvider.SetValue(string value)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
111public void SetValue(string value)
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
679void IValueProvider.SetValue( string val )
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
364void IValueProvider.SetValue (string str)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
262void IValueProvider.SetValue (string str)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
113void IValueProvider.SetValue (string val)
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
542void IValueProvider.SetValue (string val)
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
214void IValueProvider.SetValue (string val)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
159void IValueProvider.SetValue(string str)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
521void IValueProvider.SetValue(string str)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1141void IValueProvider.SetValue (string val)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
389void IValueProvider.SetValue(string val)
4 references to SetValue
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
106_iface.SetValue( (string)arg );
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
378valueProvider.SetValue (str);
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
780valueProvider.SetValue (val);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
391((IValueProvider)_elEdit).SetValue(val);