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