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