3 references to GroupNames
PresentationFramework (3)
src\Framework\MS\Internal\Data\CollectionViewGroupInternal.cs (2)
135
if (ItemCount > 0 && (GroupBy == null || GroupBy.
GroupNames
.Count == 0))
382
low = GroupBy.
GroupNames
.Count;
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (1)
428
(groupDescription != null) ? groupDescription.
GroupNames
: null;