1 instantiation of GroupStyle
PresentationFramework (1)
src\Framework\System\Windows\Controls\GroupStyle.cs (1)
52s_DefaultGroupStyle = new GroupStyle();
16 references to GroupStyle
PresentationFramework (16)
src\Framework\MS\Internal\Controls\IGeneratorHost.cs (1)
60GroupStyle GetGroupStyle(CollectionViewGroup group, int level);
src\Framework\System\Windows\Controls\GroupItem.cs (1)
181GroupStyle groupStyle = generator.GroupStyle;
src\Framework\System\Windows\Controls\GroupStyle.cs (3)
198public static GroupStyle Default 236static GroupStyle s_DefaultGroupStyle; 249public delegate GroupStyle GroupStyleSelector(CollectionViewGroup group, int level);
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (3)
1247internal GroupStyle GroupStyle 1957GroupStyle groupStyle; 2807private GroupStyle _groupStyle;
src\Framework\System\Windows\Controls\ItemsControl.cs (5)
954public ObservableCollection<GroupStyle> GroupStyle 1480GroupStyle IGeneratorHost.GetGroupStyle(CollectionViewGroup group, int level) 1482GroupStyle result = null; 3964private ObservableCollection<GroupStyle> _groupStyle = new ObservableCollection<GroupStyle>();
src\Framework\System\Windows\Controls\ItemsPresenter.cs (3)
237GroupStyle groupStyle = (_generator != null) ? _generator.GroupStyle : null; 247template = GroupStyle.DefaultVirtualizingStackPanel; 251template = GroupStyle.DefaultStackPanel;