2 references to _groupStyle
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
133
((INotifyCollectionChanged)
_groupStyle
).CollectionChanged += new NotifyCollectionChangedEventHandler(OnGroupStyleChanged);
938
get { return
_groupStyle
; }