5 references to PropertyName
PresentationFramework (5)
MS\Internal\Data\LiveShapingList.cs (1)
195groupingProperties.Add(pgd.PropertyName);
System\Windows\Controls\DataGrid.cs (1)
7352SortDescription sortDescription = new SortDescription(propertyGroupDescription.PropertyName, ListSortDirection.Ascending);
System\Windows\Data\PropertyGroupDescription.cs (3)
125OnPropertyChanged(nameof(PropertyName)); 193if (String.IsNullOrEmpty(PropertyName)) 197else if (SystemXmlHelper.TryGetValueFromXmlNode(item, PropertyName, out xmlValue))