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