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)
840if (_toRemove == null) 844_toRemove.Add(group); 849if (_toRemove != null) 851foreach (CollectionViewGroupInternal group in _toRemove)