1 write to _contentBinding
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
64_contentBinding = value;
3 references to _contentBinding
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
56return _contentBinding; 61if (_contentBinding != value) 63BindingBase oldValue = _contentBinding;