2 instantiations of Key
PresentationFramework (2)
src\Framework\MS\Internal\Data\DataBindEngine.cs (2)
715Key key = new Key(sourceType, targetType, targetToSource); 723base.Add(new Key(sourceType, targetType, targetToSource), value);
7 references to Key
PresentationFramework (7)
src\Framework\MS\Internal\Data\DataBindEngine.cs (7)
691if (o is Key) 693return (this == (Key)o); 698public static bool operator==(Key k1, Key k2) 705public static bool operator!=(Key k1, Key k2) 715Key key = new Key(sourceType, targetType, targetToSource);