9 references to Value
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2370
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)
44
if (pattern == PatternInterface.
Value
)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
257
case PatternInterface.
Value
:
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
46
if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
55
if (patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
39
if(patternInterface == PatternInterface.
Value
)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
387
if (patternInterface == PatternInterface.
Value
)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
540
if (patternInterface == PatternInterface.
Value
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
47
if (patternInterface == PatternInterface.
Value
)