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)
7311
private static bool CanConvertToSortDescription(
PropertyGroupDescription
propertyGroupDescription)
7337
PropertyGroupDescription
propertyGroupDescription = groupDescription as
PropertyGroupDescription
;
7384
if (CanConvertToSortDescription(e.NewItems[0] as
PropertyGroupDescription
))
7392
if (CanConvertToSortDescription(e.OldItems[0] as
PropertyGroupDescription
))
7403
if (CanConvertToSortDescription(e.OldItems[0] as
PropertyGroupDescription
) ||
7404
CanConvertToSortDescription(e.NewItems[0] as
PropertyGroupDescription
))