1 write to GroupStyle
PresentationFramework (1)
System\Windows\Controls\ItemContainerGenerator.cs (1)
2000
GroupStyle
= groupStyle;
7 references to GroupStyle
PresentationFramework (7)
System\Windows\Controls\GroupItem.cs (1)
171
GroupStyle groupStyle = generator.
GroupStyle
;
System\Windows\Controls\ItemContainerGenerator.cs (5)
1156
if (IsGrouping &&
GroupStyle
!= null)
2014
if (IsGrouping &&
GroupStyle
!= null)
2016
if (
GroupStyle
.IsAlternationCountSet)
2018
alternationCount =
GroupStyle
.AlternationCount;
2040
return
GroupStyle
.HidesIfEmpty && // user asked to hide
System\Windows\Controls\ItemsPresenter.cs (1)
231
GroupStyle groupStyle = _generator?.
GroupStyle
;