2 writes to _owner
PresentationFramework (2)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (2)
74_owner = null; 151_owner = ItemsControl.GetItemsOwner(this) as DataGrid;
5 references to _owner
PresentationFramework (5)
System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (5)
69if ((_owner != null) && (_owner.InternalItemsHost == this)) 71_owner.InternalItemsHost = null; 149if (_owner == null) 154return _owner;