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