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