5 references to SelectedValueBinding
PresentationFramework (5)
System\Windows\Controls\DataGridComboBoxColumn.cs (5)
84else if (SelectedValueBinding != null) 86return SelectedValueBinding; 431ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty); 473else if (SelectedValueBinding != null) 520ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty);