1 write to _contentBinding
PresentationFramework (1)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
57
_contentBinding
= value;
3 references to _contentBinding
PresentationFramework (3)
System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
49
return
_contentBinding
;
54
if (
_contentBinding
!= value)
56
BindingBase oldValue =
_contentBinding
;