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)
1249get { return _groupStyle; } 1252if (_groupStyle != value) 1254if (_groupStyle is INotifyPropertyChanged) 1256PropertyChangedEventManager.RemoveHandler(_groupStyle, OnGroupStylePropertyChanged, String.Empty); 1261if (_groupStyle is INotifyPropertyChanged) 1263PropertyChangedEventManager.AddHandler(_groupStyle, OnGroupStylePropertyChanged, String.Empty);