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