1 write to _toRemove
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
870
_toRemove
= new System.Collections.Generic.List<CollectionViewGroupInternal>();
4 references to _toRemove
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
868
if (
_toRemove
== null)
872
_toRemove
.Add(group);
877
if (
_toRemove
!= null)
879
foreach (CollectionViewGroupInternal group in
_toRemove
)