19 implementations of IValueProvider
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
30internal class ValueProviderWrapper: MarshalByRefObject, IValueProvider
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
12public class ComboBoxAutomationPeer: SelectorAutomationPeer, IValueProvider, IExpandCollapseProvider
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
16IGridItemProvider, ITableItemProvider, IInvokeProvider, IScrollItemProvider, ISelectionItemProvider, IValueProvider, IVirtualizedItemProvider
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
13public sealed class DatePickerAutomationPeer : FrameworkElementAutomationPeer, IExpandCollapseProvider, IValueProvider
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
17public class PasswordBoxAutomationPeer : TextAutomationPeer, IValueProvider
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
13public class TextBoxAutomationPeer : TextAutomationPeer, IValueProvider
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
363private class PageTextBoxAutomationPeer : TextBoxAutomationPeer, IValueProvider
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
506private class ZoomComboBoxBoxAutomationPeer : ComboBoxAutomationPeer, IValueProvider
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
28public class RibbonComboBoxAutomationPeer : RibbonMenuButtonAutomationPeer, IValueProvider
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
35IValueProvider
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
31internal class WindowsComboBox : ProxyHwnd, IValueProvider, IExpandCollapseProvider
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
22internal class WindowsEditBox : ProxyHwnd, IValueProvider, ITextProvider
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
18internal class WindowsIPAddress: ProxyHwnd, IRawElementProviderHwndOverride, IValueProvider, IGridProvider
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
18ISelectionItemProvider, IValueProvider, IGridItemProvider,
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (1)
17internal class ListViewSubItem: ProxySimple, IGridItemProvider, ITableItemProvider, IValueProvider
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
18internal class WindowsRichEdit : ProxyHwnd, IValueProvider, ITextProvider
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
409private class WindowsStatusBarPane : ProxySimple, IGridItemProvider, IValueProvider
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
707private class TreeViewItem : ProxyFragment, ISelectionItemProvider, IExpandCollapseProvider, IValueProvider, IToggleProvider, IScrollItemProvider, IInvokeProvider
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
17internal class WinformsSpinner : ProxyHwnd, IRawElementProviderHwndOverride, IRangeValueProvider, IValueProvider
61 references to IValueProvider
PresentationCore (3)
MS\Internal\Automation\ValueProviderWrapper.cs (3)
40private ValueProviderWrapper( AutomationPeer peer, IValueProvider iface ) 91return new ValueProviderWrapper( peer, (IValueProvider) iface ); 132private IValueProvider _iface;
PresentationFramework (15)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (3)
140void IValueProvider.SetValue(string val) 153string IValueProvider.Value 164bool IValueProvider.IsReadOnly
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (3)
741bool IValueProvider.IsReadOnly 749void IValueProvider.SetValue(string value) 761string IValueProvider.Value
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (3)
154bool IValueProvider.IsReadOnly 159string IValueProvider.Value 164void IValueProvider.SetValue(string value)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (3)
93bool IValueProvider.IsReadOnly 101string IValueProvider.Value 117void IValueProvider.SetValue(string value)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (3)
66bool IValueProvider.IsReadOnly 75string IValueProvider.Value 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)
UIAutomationClientSideProviders (41)
MS\Internal\AutomationProxies\EventManager.cs (2)
185IValueProvider value = el.GetPatternProvider(ValuePattern.Pattern) as IValueProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (4)
679void IValueProvider.SetValue( string val ) 694string IValueProvider.Value 705bool IValueProvider.IsReadOnly 939return ((IValueProvider)this).Value;
MS\Internal\AutomationProxies\WindowsComboBox.cs (5)
364void IValueProvider.SetValue (string str) 375IValueProvider valueProvider = (IValueProvider) editBox.GetPatternProvider (ValuePattern.Pattern); 398string IValueProvider.Value 406bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsEditBox.cs (3)
262void IValueProvider.SetValue (string str) 305string IValueProvider.Value 313bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsIPAddress.cs (3)
113void IValueProvider.SetValue (string val) 148string IValueProvider.Value 156bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsListViewItem.cs (5)
542void IValueProvider.SetValue (string val) 554string IValueProvider.Value 563bool IValueProvider.IsReadOnly 774IValueProvider valueProvider = editBox.GetPatternProvider (ValuePattern.Pattern) as IValueProvider;
MS\Internal\AutomationProxies\WindowsListViewSubItem.cs (3)
214void IValueProvider.SetValue (string val) 226string IValueProvider.Value 234bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsRichEdit.cs (3)
159void IValueProvider.SetValue(string str) 203string IValueProvider.Value 211bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
216(bool)((IValueProvider)_elEdit).IsReadOnly;
MS\Internal\AutomationProxies\WindowsStatusBar.cs (3)
521void IValueProvider.SetValue(string str) 528string IValueProvider.Value 537bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WindowsTreeView.cs (3)
1141void IValueProvider.SetValue (string val) 1158string IValueProvider.Value 1168bool IValueProvider.IsReadOnly
MS\Internal\AutomationProxies\WinFormsSpinner.cs (6)
343(bool)((IValueProvider)_elEdit).IsReadOnly; 389void IValueProvider.SetValue(string val) 391((IValueProvider)_elEdit).SetValue(val); 395string IValueProvider.Value 399return ((IValueProvider)_elEdit).Value; 404bool IValueProvider.IsReadOnly