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)
49return _contentBinding; 54if (_contentBinding != value) 56BindingBase oldValue = _contentBinding;