5 references to SelectedValuePathProperty
PresentationFramework (5)
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
405ComboBox.SelectedValuePathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 437DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty); 523DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.SelectedValuePathProperty, SelectedValuePathProperty);
System\Windows\Controls\Primitives\Selector.cs (2)
704get { return (string) GetValue(SelectedValuePathProperty); } 705set { SetValue(SelectedValuePathProperty, value); }