17 references to ValuePatternIdentifiers
PresentationCore (2)
System\Windows\Automation\Peers\AutomationPeer.cs (2)
2368s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);
PresentationFramework (7)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
180RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
179RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (2)
136RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); 146RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (2)
107RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue); 117RaisePropertyChangedEvent(ValuePatternIdentifiers.IsReadOnlyProperty, oldValue, newValue);
System\Windows\Controls\DataGrid.cs (1)
6852cellPeer?.RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, _value, newValue);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
141RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
UIAutomationClient (3)
System\Windows\Automation\ValuePattern.cs (3)
48public static readonly AutomationPattern Pattern = ValuePatternIdentifiers.Pattern; 51public static readonly AutomationProperty ValueProperty = ValuePatternIdentifiers.ValueProperty; 54public static readonly AutomationProperty IsReadOnlyProperty = ValuePatternIdentifiers.IsReadOnlyProperty;
UIAutomationTypes (4)
System\Windows\Automation\ControlType.cs (4)
138new AutomationPattern[] { GridPatternIdentifiers.Pattern, ValuePatternIdentifiers.Pattern, SelectionPatternIdentifiers.Pattern } 150new AutomationPattern[] { ValuePatternIdentifiers.Pattern } 179new AutomationPattern[] { ValuePatternIdentifiers.Pattern } 236new AutomationPattern[] { ValuePatternIdentifiers.Pattern },