5 references to SelectedValuePathProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
406
ComboBox.
SelectedValuePathProperty
.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent));
438
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
SelectedValuePathProperty
, SelectedValuePathProperty);
524
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
SelectedValuePathProperty
, SelectedValuePathProperty);
src\Framework\System\Windows\Controls\Primitives\Selector.cs (2)
714
get { return (string) GetValue(
SelectedValuePathProperty
); }
715
set { SetValue(
SelectedValuePathProperty
, value); }