1 write to _groupComparer
PresentationFramework (1)
MS\Internal\Data\CollectionViewGroupInternal.cs (1)
86_groupComparer = (_groupBy == null) ? null :
4 references to _groupComparer
PresentationFramework (4)
MS\Internal\Data\CollectionViewGroupInternal.cs (4)
176if (_groupComparer == null) 377if (_groupComparer == null && GroupBy != null) 395if (_groupComparer == null) 429if (_groupComparer.Compare(item, ProtectedItems[index]) < 0)