2 writes to _owner
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (2)
75_owner = null; 152_owner = ItemsControl.GetItemsOwner(this) as DataGrid;
5 references to _owner
PresentationFramework (5)
src\Framework\System\Windows\Controls\Primitives\DataGridRowsPresenter.cs (5)
70if ((_owner != null) && (_owner.InternalItemsHost == this)) 72_owner.InternalItemsHost = null; 150if (_owner == null) 155return _owner;