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