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