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