1 write to _cell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6802
_cell
= cell;
12 references to _cell
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
6834
DataGridColumn column = (
_cell
!= null) ?
_cell
.Column : _column;
6840
object item = (
_cell
!= null) ?
_cell
.DataContext : _item;
6869
value = (string)
_cell
.GetValue(CellContentProperty);
6874
if (
_cell
!= null)
6879
target =
_cell
;
6912
if (
_cell
!= null)
6917
target =
_cell
;
6947
BindingOperations.SetBinding(
_cell
, dp, binding);
6950
_cell
.SetValue(dp, value);
6957
BindingOperations.ClearBinding(
_cell
, dp);