2 writes to _parent
PresentationFramework (2)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (2)
672_parent = parent; 681_parent = null;
3 references to _parent
PresentationFramework (3)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (3)
673_parent.BeginIgnoreEvents(); 678if (_parent != null) 680_parent.EndIgnoreEvents();