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