1 write to _toRemove
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
842
_toRemove
= new List<CollectionViewGroupInternal>();
4 references to _toRemove
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
840
if (
_toRemove
== null)
844
_toRemove
.Add(group);
849
if (
_toRemove
!= null)
851
foreach (CollectionViewGroupInternal group in
_toRemove
)