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