7 references to ValueProperty
PresentationFramework (5)
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 (1)
136
RaisePropertyChangedEvent(ValuePatternIdentifiers.
ValueProperty
, oldValue, newValue);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
107
RaisePropertyChangedEvent(ValuePatternIdentifiers.
ValueProperty
, 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 (1)
System\Windows\Automation\ValuePattern.cs (1)
51
public static readonly AutomationProperty ValueProperty = ValuePatternIdentifiers.
ValueProperty
;