14 references to GetTypeFromId
PresentationFramework (14)
src\Framework\System\Windows\Markup\BamlMapTable.cs (3)
596
Type t =
GetTypeFromId
(typeId);
882
declaringType =
GetTypeFromId
(memberId);
912
Type declaringType =
GetTypeFromId
(ownerTypeId);
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2216
Type converter = MapTable.
GetTypeFromId
(converterTypeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (9)
872
Type elementType = MapTable.
GetTypeFromId
(typeId);
1280
Type elementType = MapTable.
GetTypeFromId
(bamlElementRecord.TypeId);
1311
SetConstructorParameter(MapTable.
GetTypeFromId
(constructorParameterType.TypeId));
1840
dictionaryKeyRecord.KeyObject = MapTable.
GetTypeFromId
(
2367
valueObject = MapTable.
GetTypeFromId
(memberId);
2409
se.MemberType = MapTable.
GetTypeFromId
(attribInfo.OwnerTypeId);
2686
Type valueType = MapTable.
GetTypeFromId
(bamlPropertyRecord.TypeId);
3399
Type keyType = MapTable.
GetTypeFromId
(bamlDefAttributeRecord.TypeId);
5135
typeWithSerializerInfo.SerializerType = MapTable.
GetTypeFromId
(
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (1)
114
styleTargetType = parserContext.MapTable.
GetTypeFromId
(elementStart.TypeId);