1 instantiation of EmptyGroupRemover
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (1)
866return isNeeded ? new EmptyGroupRemover() : null;
3 references to EmptyGroupRemover
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (3)
725using (EmptyGroupRemover remover = EmptyGroupRemover.Create(isNeeded: changeLeafCount && delta < 0)) 864public static EmptyGroupRemover Create(bool isNeeded)