4 references to Item
PresentationFramework (4)
src\Framework\MS\Internal\Data\ValueTable.cs (4)
255if (Object.Equals(item, key.Item)) 331get { return Item == null || PropertyDescriptor == null; } 342object item = this.Item; 348Object.Equals(item, that.Item) &&