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