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)
866if (_toRemove == null) 870_toRemove.Add(group); 875if (_toRemove != null) 877foreach (CollectionViewGroupInternal group in _toRemove)