11 references to PropertyGroupDescription
PresentationFramework (11)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
657PropertyGroupDescription pgd = group.GroupBy as PropertyGroupDescription;
MS\Internal\Data\LiveShapingList.cs (2)
192PropertyGroupDescription pgd = gd as PropertyGroupDescription;
System\Windows\Controls\DataGrid.cs (7)
7311private static bool CanConvertToSortDescription(PropertyGroupDescription propertyGroupDescription) 7337PropertyGroupDescription propertyGroupDescription = groupDescription as PropertyGroupDescription; 7384if (CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription)) 7392if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription)) 7403if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription) || 7404CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription))