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