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