4 references to PropertyName
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (1)
200
groupingProperties.Add(pgd.
PropertyName
);
System\Windows\Controls\DataGrid.cs (1)
7396
SortDescription sortDescription = new SortDescription(propertyGroupDescription.
PropertyName
, ListSortDirection.Ascending);
System\Windows\Data\PropertyGroupDescription.cs (2)
197
if (String.IsNullOrEmpty(
PropertyName
))
201
else if (SystemXmlHelper.TryGetValueFromXmlNode(item,
PropertyName
, out xmlValue))