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