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