9 references to Value
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2370s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
44if (pattern == PatternInterface.Value)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
257case PatternInterface.Value:
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
46if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.Value)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
55if (patternInterface == PatternInterface.Value)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
39if(patternInterface == PatternInterface.Value)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
387if (patternInterface == PatternInterface.Value)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
540if (patternInterface == PatternInterface.Value)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
47if (patternInterface == PatternInterface.Value)