6 references to SelectedValueBinding
PresentationFramework (6)
System\Windows\Controls\DataGridComboBoxColumn.cs (6)
79else if (SelectedValueBinding != null) 81return SelectedValueBinding; 186NotifyPropertyChanged(nameof(SelectedValueBinding)); 425ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty); 467else if (SelectedValueBinding != null) 514ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty);