1 instantiation of PropertyGroupDescription
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Options\Formatting\StyleViewModel.cs (1)
2195collectionView.GroupDescriptions.Add(new PropertyGroupDescription(nameof(AbstractCodeStyleOptionViewModel.GroupName)));
11 references to PropertyGroupDescription
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
661PropertyGroupDescription pgd = group.GroupBy as PropertyGroupDescription;
MS\Internal\Data\LiveShapingList.cs (2)
193PropertyGroupDescription pgd = gd as PropertyGroupDescription;
System\Windows\Controls\DataGrid.cs (7)
7372private static bool CanConvertToSortDescription(PropertyGroupDescription propertyGroupDescription) 7398PropertyGroupDescription propertyGroupDescription = groupDescription as PropertyGroupDescription; 7445if (CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription)) 7453if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription)) 7464if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription) || 7465CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription))