4 references to SelectedValuePathProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (4)
398get { return (string)GetValue(SelectedValuePathProperty); } 399set { SetValue(SelectedValuePathProperty, value); } 438DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty); 524DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty);