14 references to GetTypeFromId
PresentationFramework (14)
System\Windows\Markup\BamlMapTable.cs (3)
572
Type t =
GetTypeFromId
(typeId);
852
declaringType =
GetTypeFromId
(memberId);
882
Type declaringType =
GetTypeFromId
(ownerTypeId);
System\Windows\Markup\BamlReader.cs (1)
2201
Type converter = MapTable.
GetTypeFromId
(converterTypeId);
System\Windows\Markup\BamlRecordReader.cs (9)
833
Type elementType = MapTable.
GetTypeFromId
(typeId);
1237
Type elementType = MapTable.
GetTypeFromId
(bamlElementRecord.TypeId);
1268
SetConstructorParameter(MapTable.
GetTypeFromId
(constructorParameterType.TypeId));
1790
dictionaryKeyRecord.KeyObject = MapTable.
GetTypeFromId
(
2317
valueObject = MapTable.
GetTypeFromId
(memberId);
2360
MemberType = MapTable.
GetTypeFromId
(attribInfo.OwnerTypeId),
2636
Type valueType = MapTable.
GetTypeFromId
(bamlPropertyRecord.TypeId);
3345
Type keyType = MapTable.
GetTypeFromId
(bamlDefAttributeRecord.TypeId);
5057
typeWithSerializerInfo.SerializerType = MapTable.
GetTypeFromId
(
System\Windows\Markup\XamlStyleSerializer.cs (1)
100
styleTargetType = parserContext.MapTable.
GetTypeFromId
(elementStart.TypeId);