2 writes to _groupBy
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
77_groupBy = value; 233_groupBy = null;
11 references to _groupBy
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupInternal.cs (11)
51get { return (_groupBy == null); } 67get { return _groupBy; } 72if (_groupBy != null) 74PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty); 79if (_groupBy != null) 81PropertyChangedEventManager.AddHandler(_groupBy, OnGroupByChanged, String.Empty); 85_groupComparer = (_groupBy == null) ? null : 87_groupBy.CustomSort, 88_groupBy.SortDescriptionsInternal, 229if (_groupBy != null) 232PropertyChangedEventManager.RemoveHandler(_groupBy, OnGroupByChanged, String.Empty);