5 references to CellContentProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6923
value = (string)_cell.GetValue(
CellContentProperty
);
6942
BindingOperations.SetBinding(target,
CellContentProperty
, _column.ClipboardContentBinding);
6943
value = (string)target.GetValue(
CellContentProperty
);
6944
BindingOperations.ClearBinding(target,
CellContentProperty
);
6995
DependencyProperty dp = clipboard ? CellClipboardProperty :
CellContentProperty
;