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