2 writes to _owner
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (2)
63_owner = null; 140_owner = ItemsControl.GetItemsOwner(this) as DataGrid;
5 references to _owner
PresentationFramework (5)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (5)
58if ((_owner != null) && (_owner.InternalItemsHost == this)) 60_owner.InternalItemsHost = null; 138if (_owner == null) 143return _owner;