2 writes to _parent
PresentationFramework (2)
MS\Internal\Data\EnumerableCollectionView.cs (2)
662_parent = parent; 671_parent = null;
3 references to _parent
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (3)
663_parent.BeginIgnoreEvents(); 668if (_parent != null) 670_parent.EndIgnoreEvents();