4 references to PropertyDescriptor
PresentationFramework (4)
src\Framework\MS\Internal\Data\ValueTable.cs (4)
257
result.Add(key.
PropertyDescriptor
);
331
get { return Item == null ||
PropertyDescriptor
== null; }
343
PropertyDescriptor descriptor = this.
PropertyDescriptor
;
349
Object.Equals(descriptor, that.
PropertyDescriptor
);