6 references to SelectedValueBinding
PresentationFramework (6)
System\Windows\Controls\DataGridComboBoxColumn.cs (6)
79
else if (
SelectedValueBinding
!= null)
81
return
SelectedValueBinding
;
186
NotifyPropertyChanged(nameof(
SelectedValueBinding
));
425
ApplyBinding(
SelectedValueBinding
, comboBox, ComboBox.SelectedValueProperty);
467
else if (
SelectedValueBinding
!= null)
514
ApplyBinding(
SelectedValueBinding
, comboBox, ComboBox.SelectedValueProperty);