17 references to ValuePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2367s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
PresentationFramework (7)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
179RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
178RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
135RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); 145RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
106RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); 116RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
System\Windows\Controls\DataGrid.cs (1)
6845cellPeer?.RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, _value, newValue);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
140RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
UIAutomationClient (3)
System\Windows\Automation\ValuePattern.cs (3)
47public static readonly AutomationPattern Pattern = ValuePatternIdentifiers.Pattern; 50public static readonly AutomationProperty ValueProperty = ValuePatternIdentifiers.ValueProperty; 53public static readonly AutomationProperty IsReadOnlyProperty = ValuePatternIdentifiers.IsReadOnlyProperty;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
137new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 149new AutomationPattern[] { ValuePatternIdentifiers.Pattern } 178new AutomationPattern[] { ValuePatternIdentifiers.Pattern } 235new AutomationPattern[] { ValuePatternIdentifiers.Pattern },