5 references to CellContentProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6876
value = (string)_cell.GetValue(
CellContentProperty
);
6897
BindingOperations.SetBinding(target,
CellContentProperty
, _column.ClipboardContentBinding);
6898
value = (string)target.GetValue(
CellContentProperty
);
6899
BindingOperations.ClearBinding(target,
CellContentProperty
);
6952
DependencyProperty dp = clipboard ? CellClipboardProperty :
CellContentProperty
;