1 write to _cell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6808
_cell
= cell;
12 references to _cell
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
6840
DataGridColumn column = (
_cell
!= null) ?
_cell
.Column : _column;
6846
object item = (
_cell
!= null) ?
_cell
.DataContext : _item;
6875
value = (string)
_cell
.GetValue(CellContentProperty);
6880
if (
_cell
!= null)
6885
target =
_cell
;
6918
if (
_cell
!= null)
6923
target =
_cell
;
6953
BindingOperations.SetBinding(
_cell
, dp, binding);
6956
_cell
.SetValue(dp, value);
6963
BindingOperations.ClearBinding(
_cell
, dp);