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