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