1 write to _groupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1251
_groupStyle
= value;
6 references to _groupStyle
PresentationFramework (6)
System\Windows\Controls\ItemContainerGenerator.cs (6)
1241
get { return
_groupStyle
; }
1244
if (
_groupStyle
!= value)
1246
if (
_groupStyle
is INotifyPropertyChanged)
1248
PropertyChangedEventManager.RemoveHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);
1253
if (
_groupStyle
is INotifyPropertyChanged)
1255
PropertyChangedEventManager.AddHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);