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