1 write to _groupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1245
_groupStyle
= value;
6 references to _groupStyle
PresentationFramework (6)
System\Windows\Controls\ItemContainerGenerator.cs (6)
1235
get { return
_groupStyle
; }
1238
if (
_groupStyle
!= value)
1240
if (
_groupStyle
is INotifyPropertyChanged)
1242
PropertyChangedEventManager.RemoveHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);
1247
if (
_groupStyle
is INotifyPropertyChanged)
1249
PropertyChangedEventManager.AddHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);