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