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