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