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