2 writes to _parent
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (2)
669_parent = parent; 678_parent = null;
3 references to _parent
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (3)
670_parent.BeginIgnoreEvents(); 675if (_parent != null) 677_parent.EndIgnoreEvents();