1 write to _cell
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
6796
_cell
= cell;
12 references to _cell
PresentationFramework (12)
System\Windows\Controls\DataGrid.cs (12)
6828
DataGridColumn column = (
_cell
!= null) ?
_cell
.Column : _column;
6834
object item = (
_cell
!= null) ?
_cell
.DataContext : _item;
6863
value = (string)
_cell
.GetValue(CellContentProperty);
6868
if (
_cell
!= null)
6873
target =
_cell
;
6906
if (
_cell
!= null)
6911
target =
_cell
;
6941
BindingOperations.SetBinding(
_cell
, dp, binding);
6944
_cell
.SetValue(dp, value);
6951
BindingOperations.ClearBinding(
_cell
, dp);