2 writes to _groupBy
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupInternal.cs (2)
76
_groupBy
= value;
232
_groupBy
= null;
11 references to _groupBy
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupInternal.cs (11)
50
get { return (
_groupBy
== null); }
66
get { return
_groupBy
; }
71
if (
_groupBy
!= null)
73
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);
78
if (
_groupBy
!= null)
80
PropertyChangedEventManager.AddHandler(
_groupBy
, OnGroupByChanged, String.Empty);
84
_groupComparer = (
_groupBy
== null) ? null :
86
_groupBy
.CustomSort,
87
_groupBy
.SortDescriptionsInternal,
228
if (
_groupBy
!= null)
231
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);