1 instantiation of PropertyGroupDescription
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2193collectionView.GroupDescriptions.Add(new PropertyGroupDescription(nameof(AbstractCodeStyleOptionViewModel.GroupName)));
11 references to PropertyGroupDescription
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
664PropertyGroupDescription pgd = group.GroupBy as PropertyGroupDescription;
MS\Internal\Data\LiveShapingList.cs (2)
197PropertyGroupDescription pgd = gd as PropertyGroupDescription;
System\Windows\Controls\DataGrid.cs (7)
7367private static bool CanConvertToSortDescription(PropertyGroupDescription propertyGroupDescription) 7393PropertyGroupDescription propertyGroupDescription = groupDescription as PropertyGroupDescription; 7440if (CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription)) 7448if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription)) 7459if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription) || 7460CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription))