6 references to SelectedValueBinding
PresentationFramework (6)
System\Windows\Controls\DataGridComboBoxColumn.cs (6)
80else if (SelectedValueBinding != null) 82return SelectedValueBinding; 187NotifyPropertyChanged(nameof(SelectedValueBinding)); 426ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty); 468else if (SelectedValueBinding != null) 515ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty);