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)
657
PropertyGroupDescription
pgd = group.GroupBy as
PropertyGroupDescription
;
MS\Internal\Data\LiveShapingList.cs (2)
192
PropertyGroupDescription
pgd = gd as
PropertyGroupDescription
;
System\Windows\Controls\DataGrid.cs (7)
7323
private static bool CanConvertToSortDescription(
PropertyGroupDescription
propertyGroupDescription)
7349
PropertyGroupDescription
propertyGroupDescription = groupDescription as
PropertyGroupDescription
;
7396
if (CanConvertToSortDescription(e.NewItems[0] as
PropertyGroupDescription
))
7404
if (CanConvertToSortDescription(e.OldItems[0] as
PropertyGroupDescription
))
7415
if (CanConvertToSortDescription(e.OldItems[0] as
PropertyGroupDescription
) ||
7416
CanConvertToSortDescription(e.NewItems[0] as
PropertyGroupDescription
))