12 references to PropertyName
PresentationFramework (6)
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
126path = NormalizePath(sdc[k].PropertyName);
src\Framework\MS\Internal\Data\SortFieldComparer.cs (2)
127if (String.IsNullOrEmpty(sortFields[k].PropertyName)) 136pp = new PropertyPath(sortFields[k].PropertyName);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7226if (string.Compare(Items.SortDescriptions[i].PropertyName, sortPropertyName, StringComparison.Ordinal) == 0 &&
src\Framework\System\Windows\Data\BindingListCollectionView.cs (2)
2229PropertyDescriptor dd = pdc.Find(sorts[i].PropertyName, true); 2233throw new ArgumentException(SR.Get(SRID.PropertyToSortByNotFoundOnType, typeName, sorts[i].PropertyName));
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
167if (MemberPathToColumnDict[description.PropertyName].SortDirection == null) 171else if (description.PropertyName == this.dataGrid.Columns[0].SortMemberPath)
WindowsBase (4)
Base\System\ComponentModel\SortDescription.cs (4)
124return sd1.PropertyName == sd2.PropertyName && 138if (PropertyName != null) 140result = unchecked(PropertyName.GetHashCode() + result);