14 references to GetTypeFromId
PresentationFramework (14)
System\Windows\Markup\BamlMapTable.cs (3)
578
Type t =
GetTypeFromId
(typeId);
864
declaringType =
GetTypeFromId
(memberId);
894
Type declaringType =
GetTypeFromId
(ownerTypeId);
System\Windows\Markup\BamlReader.cs (1)
2183
Type converter = MapTable.
GetTypeFromId
(converterTypeId);
System\Windows\Markup\BamlRecordReader.cs (9)
843
Type elementType = MapTable.
GetTypeFromId
(typeId);
1247
Type elementType = MapTable.
GetTypeFromId
(bamlElementRecord.TypeId);
1278
SetConstructorParameter(MapTable.
GetTypeFromId
(constructorParameterType.TypeId));
1800
dictionaryKeyRecord.KeyObject = MapTable.
GetTypeFromId
(
2327
valueObject = MapTable.
GetTypeFromId
(memberId);
2369
se.MemberType = MapTable.
GetTypeFromId
(attribInfo.OwnerTypeId);
2644
Type valueType = MapTable.
GetTypeFromId
(bamlPropertyRecord.TypeId);
3354
Type keyType = MapTable.
GetTypeFromId
(bamlDefAttributeRecord.TypeId);
5070
typeWithSerializerInfo.SerializerType = MapTable.
GetTypeFromId
(
System\Windows\Markup\XamlStyleSerializer.cs (1)
99
styleTargetType = parserContext.MapTable.
GetTypeFromId
(elementStart.TypeId);