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