1 implementation of GetGroupStyle
PresentationFramework (1)
src\Framework\System\Windows\Controls\ItemsControl.cs (1)
1480GroupStyle IGeneratorHost.GetGroupStyle(CollectionViewGroup group, int level)
2 references to GetGroupStyle
PresentationFramework (2)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (2)
1962groupStyle = Host.GetGroupStyle(null, 0); 2004groupStyle = Host.GetGroupStyle(group, Level);