1 write to _groupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1241
_groupStyle
= value;
6 references to _groupStyle
PresentationFramework (6)
System\Windows\Controls\ItemContainerGenerator.cs (6)
1231
get { return
_groupStyle
; }
1234
if (
_groupStyle
!= value)
1236
if (
_groupStyle
is INotifyPropertyChanged)
1238
PropertyChangedEventManager.RemoveHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);
1243
if (
_groupStyle
is INotifyPropertyChanged)
1245
PropertyChangedEventManager.AddHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);