2 writes to _owner
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (2)
64_owner = null; 141_owner = ItemsControl.GetItemsOwner(this) as DataGrid;
5 references to _owner
PresentationFramework (5)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (5)
59if ((_owner != null) && (_owner.InternalItemsHost == this)) 61_owner.InternalItemsHost = null; 139if (_owner == null) 144return _owner;