7 references to Value
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2295
s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.
Value
);
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
52
if (pattern == PatternInterface.
Value
)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
266
case PatternInterface.
Value
:
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
49
if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.
Value
)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
68
if (patternInterface == PatternInterface.
Value
)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
46
if(patternInterface == PatternInterface.
Value
)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
103
if (patternInterface == PatternInterface.
Value
)