7 references to ValueProperty
PresentationFramework (5)
System\Windows\Automation\Peers\ComboBoxAutomationPeer.cs (1)
179RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\DatePickerAutomationPeer.cs (1)
178RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
135RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Automation\Peers\TextBoxAutomationPeer.cs (1)
106RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
System\Windows\Controls\DataGrid.cs (1)
6845cellPeer?.RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, _value, newValue);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonComboBoxAutomationPeer.cs (1)
140RaisePropertyChangedEvent(ValuePatternIdentifiers.ValueProperty, oldValue, newValue);
UIAutomationClient (1)
System\Windows\Automation\ValuePattern.cs (1)
50public static readonly AutomationProperty ValueProperty = ValuePatternIdentifiers.ValueProperty;