14 references to GetTypeFromId
PresentationFramework (14)
System\Windows\Markup\BamlMapTable.cs (3)
586
Type t =
GetTypeFromId
(typeId);
872
declaringType =
GetTypeFromId
(memberId);
902
Type declaringType =
GetTypeFromId
(ownerTypeId);
System\Windows\Markup\BamlReader.cs (1)
2193
Type converter = MapTable.
GetTypeFromId
(converterTypeId);
System\Windows\Markup\BamlRecordReader.cs (9)
852
Type elementType = MapTable.
GetTypeFromId
(typeId);
1256
Type elementType = MapTable.
GetTypeFromId
(bamlElementRecord.TypeId);
1287
SetConstructorParameter(MapTable.
GetTypeFromId
(constructorParameterType.TypeId));
1809
dictionaryKeyRecord.KeyObject = MapTable.
GetTypeFromId
(
2336
valueObject = MapTable.
GetTypeFromId
(memberId);
2378
se.MemberType = MapTable.
GetTypeFromId
(attribInfo.OwnerTypeId);
2653
Type valueType = MapTable.
GetTypeFromId
(bamlPropertyRecord.TypeId);
3363
Type keyType = MapTable.
GetTypeFromId
(bamlDefAttributeRecord.TypeId);
5079
typeWithSerializerInfo.SerializerType = MapTable.
GetTypeFromId
(
System\Windows\Markup\XamlStyleSerializer.cs (1)
110
styleTargetType = parserContext.MapTable.
GetTypeFromId
(elementStart.TypeId);