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