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)
868if (_toRemove == null) 872_toRemove.Add(group); 877if (_toRemove != null) 879foreach (CollectionViewGroupInternal group in _toRemove)