2 references to GroupStyleSelectorProperty
PresentationFramework (2)
System\Windows\Controls\ItemsControl.cs (2)
975get { return (GroupStyleSelector) GetValue(GroupStyleSelectorProperty); } 976set { SetValue(GroupStyleSelectorProperty, value); }