4 references to Item
PresentationFramework (4)
MS\Internal\Data\ValueTable.cs (4)
253if (Object.Equals(item, key.Item)) 329get { return Item == null || PropertyDescriptor == null; } 340object item = this.Item; 346Object.Equals(item, that.Item) &&