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