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