5 references to CellContentProperty
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6869
value = (string)_cell.GetValue(
CellContentProperty
);
6890
BindingOperations.SetBinding(target,
CellContentProperty
, _column.ClipboardContentBinding);
6891
value = (string)target.GetValue(
CellContentProperty
);
6892
BindingOperations.ClearBinding(target,
CellContentProperty
);
6945
DependencyProperty dp = clipboard ? CellClipboardProperty :
CellContentProperty
;