4 references to SelectedValuePathProperty
PresentationFramework (4)
System\Windows\Controls\DataGridComboBoxColumn.cs (4)
397get { return (string)GetValue(SelectedValuePathProperty); } 398set { SetValue(SelectedValuePathProperty, value); } 437DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty); 523DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty);