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