1 instantiation of TypeInfoKey
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1158
TypeInfoKey key = new
TypeInfoKey
();
13 references to TypeInfoKey
PresentationFramework (13)
System\Windows\Markup\BamlMapTable.cs (13)
395
TypeInfoKey
key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName);
773
TypeInfoKey
key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName);
1154
private
TypeInfoKey
GetTypeInfoKey(
1158
TypeInfoKey
key = new TypeInfoKey();
1193
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1219
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1919
if (o is
TypeInfoKey
)
1921
TypeInfoKey
key = (
TypeInfoKey
)o;
1939
public static bool operator ==(
TypeInfoKey
key1,
TypeInfoKey
key2)
1947
public static bool operator !=(
TypeInfoKey
key1,
TypeInfoKey
key2)