1 write to _contentBinding
PresentationFramework (1)
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
63_contentBinding = value;
3 references to _contentBinding
PresentationFramework (3)
System\Windows\Controls\DataGridHyperlinkColumn.cs (3)
55return _contentBinding; 60if (_contentBinding != value) 62BindingBase oldValue = _contentBinding;