17 implementations of Value
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
62
public string
Value
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
153
string IValueProvider.
Value
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
761
string IValueProvider.
Value
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
159
string IValueProvider.
Value
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
101
string IValueProvider.
Value
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
75
string IValueProvider.
Value
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
122
public string
Value
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
694
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
398
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
305
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
148
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
554
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
226
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
203
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
528
string IValueProvider.
Value
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
1158
string IValueProvider.
Value
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
395
string IValueProvider.
Value
4 references to Value
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
112
return _iface.
Value
;
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\EventManager.cs (1)
189
RaisePropertyChangedEvent(el, ValuePattern.ValueProperty, value.
Value
);
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
939
return ((IValueProvider)this).
Value
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
399
return ((IValueProvider)_elEdit).
Value
;