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