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