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)
871if (_toRemove == null) 875_toRemove.Add(group); 880if (_toRemove != null) 882foreach (CollectionViewGroupInternal group in _toRemove)