2 writes to _owner
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (2)
94_owner = ownerRow; 141_owner = null;
8 references to _owner
PresentationFramework (8)
src\Framework\System\Windows\Controls\DataGridCell.cs (8)
92Debug.Assert(_owner == null || _owner == ownerRow, "_owner should be null before PrepareCell is called or the same value as the ownerRow."); 96DataGrid dataGrid = _owner.DataGridOwner; 140Debug.Assert(_owner == ownerRow, "_owner should be the same as the DataGridRow that is clearing the cell."); 1040if (_owner != null) 1042DataGrid dataGridOwner = _owner.DataGridOwner; 1045dataGridOwner = ItemsControl.ItemsControlFromItemContainer(_owner) as DataGrid; 1065get { return _owner; }