1 write to GroupStyle
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (1)
2017GroupStyle = groupStyle;
7 references to GroupStyle
PresentationFramework (7)
src\Framework\System\Windows\Controls\GroupItem.cs (1)
181GroupStyle groupStyle = generator.GroupStyle;
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1170if (IsGrouping && GroupStyle != null) 2031if (IsGrouping && GroupStyle != null) 2033if (GroupStyle.IsAlternationCountSet) 2035alternationCount = GroupStyle.AlternationCount; 2057return GroupStyle.HidesIfEmpty && // user asked to hide
src\Framework\System\Windows\Controls\ItemsPresenter.cs (1)
237GroupStyle groupStyle = (_generator != null) ? _generator.GroupStyle : null;