11 references to PropertyGroupDescription
PresentationFramework (11)
src\Framework\MS\Internal\Data\CollectionViewGroupRoot.cs (2)
669PropertyGroupDescription pgd = group.GroupBy as PropertyGroupDescription;
src\Framework\MS\Internal\Data\LiveShapingList.cs (2)
200PropertyGroupDescription pgd = gd as PropertyGroupDescription;
src\Framework\System\Windows\Controls\DataGrid.cs (7)
7370private static bool CanConvertToSortDescription(PropertyGroupDescription propertyGroupDescription) 7396PropertyGroupDescription propertyGroupDescription = groupDescription as PropertyGroupDescription; 7443if (CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription)) 7451if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription)) 7462if (CanConvertToSortDescription(e.OldItems[0] as PropertyGroupDescription) || 7463CanConvertToSortDescription(e.NewItems[0] as PropertyGroupDescription))