1 write to _cell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6809
_cell
= cell;
12 references to _cell
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
6841
DataGridColumn column = (
_cell
!= null) ?
_cell
.Column : _column;
6847
object item = (
_cell
!= null) ?
_cell
.DataContext : _item;
6876
value = (string)
_cell
.GetValue(CellContentProperty);
6881
if (
_cell
!= null)
6886
target =
_cell
;
6919
if (
_cell
!= null)
6924
target =
_cell
;
6954
BindingOperations.SetBinding(
_cell
, dp, binding);
6957
_cell
.SetValue(dp, value);
6964
BindingOperations.ClearBinding(
_cell
, dp);