1 instantiation of TypeInfoKey
PresentationFramework (1)
System\Windows\Markup\BamlMapTable.cs (1)
1150
TypeInfoKey key = new
TypeInfoKey
();
13 references to TypeInfoKey
PresentationFramework (13)
System\Windows\Markup\BamlMapTable.cs (13)
387
TypeInfoKey
key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName);
765
TypeInfoKey
key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName);
1146
private
TypeInfoKey
GetTypeInfoKey(
1150
TypeInfoKey
key = new TypeInfoKey();
1185
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1211
TypeInfoKey
key = GetTypeInfoKey(assemblyFullName, typeFullName);
1911
if (o is
TypeInfoKey
)
1913
TypeInfoKey
key = (
TypeInfoKey
)o;
1931
public static bool operator ==(
TypeInfoKey
key1,
TypeInfoKey
key2)
1939
public static bool operator !=(
TypeInfoKey
key1,
TypeInfoKey
key2)