1 write to _groupComparer
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
85_groupComparer = (_groupBy == null) ? null :
4 references to _groupComparer
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
175if (_groupComparer == null) 370if (_groupComparer == null && GroupBy != null) 388if (_groupComparer == null) 419if (_groupComparer.Compare(item, ProtectedItems[index]) < 0)