9 references to Value
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2383
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)
56
if (pattern == PatternInterface.
Value
)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
263
case PatternInterface.
Value
:
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
48
if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
67
if (patternInterface == PatternInterface.
Value
)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
50
if(patternInterface == PatternInterface.
Value
)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
389
if (patternInterface == PatternInterface.
Value
)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
542
if (patternInterface == PatternInterface.
Value
)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
50
if (patternInterface == PatternInterface.
Value
)