1 write to _toRemove
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
843
_toRemove
= new List<CollectionViewGroupInternal>();
4 references to _toRemove
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
841
if (
_toRemove
== null)
845
_toRemove
.Add(group);
850
if (
_toRemove
!= null)
852
foreach (CollectionViewGroupInternal group in
_toRemove
)