1 write to GroupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
1999GroupStyle = groupStyle;
7 references to GroupStyle
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (1)
167GroupStyle groupStyle = generator.GroupStyle;
System\Windows\Controls\ItemContainerGenerator.cs (5)
1155if (IsGrouping && GroupStyle != null) 2013if (IsGrouping && GroupStyle != null) 2015if (GroupStyle.IsAlternationCountSet) 2017alternationCount = GroupStyle.AlternationCount; 2039return GroupStyle.HidesIfEmpty && // user asked to hide
System\Windows\Controls\ItemsPresenter.cs (1)
230GroupStyle groupStyle = _generator?.GroupStyle;