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