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