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