1 write to _toRemove
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
843_toRemove = new List<CollectionViewGroupInternal>();
4 references to _toRemove
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
841if (_toRemove == null) 845_toRemove.Add(group); 850if (_toRemove != null) 852foreach (CollectionViewGroupInternal group in _toRemove)