5 references to SelectedValueBinding
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (5)
85else if (SelectedValueBinding != null) 87return SelectedValueBinding; 432ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty); 474else if (SelectedValueBinding != null) 521ApplyBinding(SelectedValueBinding, comboBox, ComboBox.SelectedValueProperty);