5 references to SelectedValuePathProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
406ComboBox.SelectedValuePathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 438DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty); 524DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
714get { return (string) GetValue(SelectedValuePathProperty); } 715set { SetValue(SelectedValuePathProperty, value); }