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