5 references to CellContentProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (5)
6925value = (string)_cell.GetValue(CellContentProperty); 6944BindingOperations.SetBinding(target, CellContentProperty, _column.ClipboardContentBinding); 6945value = (string)target.GetValue(CellContentProperty); 6946BindingOperations.ClearBinding(target, CellContentProperty); 6997DependencyProperty dp = clipboard ? CellClipboardProperty : CellContentProperty;