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