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