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