1 write to _toRemove
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
873
_toRemove
= new System.Collections.Generic.List<CollectionViewGroupInternal>();
4 references to _toRemove
PresentationFramework (4)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (4)
871
if (
_toRemove
== null)
875
_toRemove
.Add(group);
880
if (
_toRemove
!= null)
882
foreach (CollectionViewGroupInternal group in
_toRemove
)