2 references to PropertyPathNoProperty
PresentationFramework (2)
MS\Internal\Data\DynamicObjectAccessor.cs (1)
29
return SW.SR.Format(SW.SR.
PropertyPathNoProperty
, target, "Items");
System\Windows\PropertyPath.cs (1)
643
throw new InvalidOperationException(SR.Format(SR.
PropertyPathNoProperty
, ownerType.Name, propertyName));