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