1 write to _groupStyle
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
1259
_groupStyle
= value;
6 references to _groupStyle
PresentationFramework (6)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (6)
1249
get { return
_groupStyle
; }
1252
if (
_groupStyle
!= value)
1254
if (
_groupStyle
is INotifyPropertyChanged)
1256
PropertyChangedEventManager.RemoveHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);
1261
if (
_groupStyle
is INotifyPropertyChanged)
1263
PropertyChangedEventManager.AddHandler(
_groupStyle
, OnGroupStylePropertyChanged, String.Empty);