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