2 writes to _owner
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
92
_owner
= ownerRow;
139
_owner
= null;
8 references to _owner
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (8)
90
Debug.Assert(
_owner
== null ||
_owner
== ownerRow, "_owner should be null before PrepareCell is called or the same value as the ownerRow.");
94
DataGrid dataGrid =
_owner
.DataGridOwner;
138
Debug.Assert(
_owner
== ownerRow, "_owner should be the same as the DataGridRow that is clearing the cell.");
1077
if (
_owner
!= null)
1079
DataGrid dataGridOwner =
_owner
.DataGridOwner;
1082
dataGridOwner = ItemsControl.ItemsControlFromItemContainer(
_owner
) as DataGrid;
1102
get { return
_owner
; }