9 references to Value
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2383s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
56if (pattern == PatternInterface.Value)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
263case PatternInterface.Value:
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
48if (patternInterface == PatternInterface.ExpandCollapse || patternInterface == PatternInterface.Value)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
67if (patternInterface == PatternInterface.Value)
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
50if(patternInterface == PatternInterface.Value)
PresentationUI (2)
MS\Internal\Documents\Application\PageTextBox.cs (1)
389if (patternInterface == PatternInterface.Value)
MS\Internal\Documents\Application\ZoomComboBox.cs (1)
542if (patternInterface == PatternInterface.Value)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
50if (patternInterface == PatternInterface.Value)