1 instantiation of TypeInfoKey
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1168TypeInfoKey key = new TypeInfoKey();
13 references to TypeInfoKey
PresentationFramework (13)
src\Framework\System\Windows\Markup\BamlMapTable.cs (13)
405TypeInfoKey key = GetTypeInfoKey(assyInfo.AssemblyFullName, info.TypeFullName); 783TypeInfoKey key = GetTypeInfoKey(assemblyInfoRecord.AssemblyFullName, typeInfo.TypeFullName); 1164private TypeInfoKey GetTypeInfoKey( 1168TypeInfoKey key = new TypeInfoKey(); 1203TypeInfoKey key = GetTypeInfoKey(assemblyFullName, typeFullName); 1229TypeInfoKey key = GetTypeInfoKey(assemblyFullName, typeFullName); 1927if (o is TypeInfoKey) 1929TypeInfoKey key = (TypeInfoKey)o; 1947public static bool operator ==(TypeInfoKey key1, TypeInfoKey key2) 1955public static bool operator !=(TypeInfoKey key1, TypeInfoKey key2)