1 write to _groupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1242
_groupStyle
= value;
6 references to _groupStyle
PresentationFramework (6)
System\Windows\Controls\ItemContainerGenerator.cs (6)
1232
get { return
_groupStyle
; }
1235
if (
_groupStyle
!= value)
1237
if (
_groupStyle
is INotifyPropertyChanged)
1239
PropertyChangedEventManager.RemoveHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);
1244
if (
_groupStyle
is INotifyPropertyChanged)
1246
PropertyChangedEventManager.AddHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);