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