9 references to Value
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2367
s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.
Value
);
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
43
if (pattern == PatternInterface.
Value
)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
256
case PatternInterface.
Value
:
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
45
if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
54
if (patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
38
if(patternInterface == PatternInterface.
Value
)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
386
if (patternInterface == PatternInterface.
Value
)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
529
if (patternInterface == PatternInterface.
Value
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
46
if (patternInterface == PatternInterface.
Value
)