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();
668
if (
_parent
!= null)
670
_parent
.EndIgnoreEvents();