2 writes to _owner
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (2)
99_owner = ownerRow; 146_owner = null;
8 references to _owner
PresentationFramework (8)
System\Windows\Controls\DataGridCell.cs (8)
97Debug.Assert(_owner == null || _owner == ownerRow, "_owner should be null before PrepareCell is called or the same value as the ownerRow."); 101DataGrid dataGrid = _owner.DataGridOwner; 145Debug.Assert(_owner == ownerRow, "_owner should be the same as the DataGridRow that is clearing the cell."); 1084if (_owner != null) 1086DataGrid dataGridOwner = _owner.DataGridOwner; 1089dataGridOwner = ItemsControl.ItemsControlFromItemContainer(_owner) as DataGrid; 1109get { return _owner; }