1 write to _cell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6853
_cell
= cell;
12 references to _cell
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
6885
DataGridColumn column = (
_cell
!= null) ?
_cell
.Column : _column;
6891
object item = (
_cell
!= null) ?
_cell
.DataContext : _item;
6923
value = (string)
_cell
.GetValue(CellContentProperty);
6928
if (
_cell
!= null)
6933
target =
_cell
;
6964
if (
_cell
!= null)
6969
target =
_cell
;
6997
BindingOperations.SetBinding(
_cell
, dp, binding);
7000
_cell
.SetValue(dp, value);
7007
BindingOperations.ClearBinding(
_cell
, dp);