7 references to Value
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2295s_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)
52if (pattern == PatternInterface.Value)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
266case PatternInterface.Value:
src\Framework\System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
49if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.Value)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
68if (patternInterface == PatternInterface.Value)
src\Framework\System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
46if(patternInterface == PatternInterface.Value)
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
103if (patternInterface == PatternInterface.Value)