14 references to GetTypeFromId
PresentationFramework (14)
System\Windows\Markup\BamlMapTable.cs (3)
576
Type t =
GetTypeFromId
(typeId);
864
declaringType =
GetTypeFromId
(memberId);
894
Type declaringType =
GetTypeFromId
(ownerTypeId);
System\Windows\Markup\BamlReader.cs (1)
2202
Type converter = MapTable.
GetTypeFromId
(converterTypeId);
System\Windows\Markup\BamlRecordReader.cs (9)
834
Type elementType = MapTable.
GetTypeFromId
(typeId);
1238
Type elementType = MapTable.
GetTypeFromId
(bamlElementRecord.TypeId);
1269
SetConstructorParameter(MapTable.
GetTypeFromId
(constructorParameterType.TypeId));
1791
dictionaryKeyRecord.KeyObject = MapTable.
GetTypeFromId
(
2318
valueObject = MapTable.
GetTypeFromId
(memberId);
2361
MemberType = MapTable.
GetTypeFromId
(attribInfo.OwnerTypeId),
2637
Type valueType = MapTable.
GetTypeFromId
(bamlPropertyRecord.TypeId);
3346
Type keyType = MapTable.
GetTypeFromId
(bamlDefAttributeRecord.TypeId);
5058
typeWithSerializerInfo.SerializerType = MapTable.
GetTypeFromId
(
System\Windows\Markup\XamlStyleSerializer.cs (1)
101
styleTargetType = parserContext.MapTable.
GetTypeFromId
(elementStart.TypeId);