3 references to ContentBinding
PresentationFramework (3)
System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
72
NotifyPropertyChanged(nameof(
ContentBinding
));
82
if (
ContentBinding
!= null)
84
BindingOperations.SetBinding(target, property,
ContentBinding
);