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)
51
get { return (
_groupBy
== null); }
67
get { return
_groupBy
; }
72
if (
_groupBy
!= null)
74
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);
79
if (
_groupBy
!= null)
81
PropertyChangedEventManager.AddHandler(
_groupBy
, OnGroupByChanged, String.Empty);
85
_groupComparer = (
_groupBy
== null) ? null :
87
_groupBy
.CustomSort,
88
_groupBy
.SortDescriptionsInternal,
229
if (
_groupBy
!= null)
232
PropertyChangedEventManager.RemoveHandler(
_groupBy
, OnGroupByChanged, String.Empty);