5 references to CellContentProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6863
value = (string)_cell.GetValue(
CellContentProperty
);
6884
BindingOperations.SetBinding(target,
CellContentProperty
, _column.ClipboardContentBinding);
6885
value = (string)target.GetValue(
CellContentProperty
);
6886
BindingOperations.ClearBinding(target,
CellContentProperty
);
6939
DependencyProperty dp = clipboard ? CellClipboardProperty :
CellContentProperty
;