1 type derived from BamlTypeInfoRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
4466
internal class BamlTypeInfoWithSerializerRecord :
BamlTypeInfoRecord
3 instantiations of BamlTypeInfoRecord
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (2)
484
info = new
BamlTypeInfoRecord
1212
bamlTypeInfoRecord = new
BamlTypeInfoRecord
();
System\Windows\Markup\BamlRecords.cs (1)
389
bamlRecord = new
BamlTypeInfoRecord
();
33 references to BamlTypeInfoRecord
PresentationFramework (33)
System\Windows\Markup\BamlMapTable.cs (16)
382
BamlTypeInfoRecord
info = TypeIdMap[j];
407
BamlTypeInfoRecord
typeInfo = TypeIdMap[id];
446
internal
BamlTypeInfoRecord
GetTypeInfoFromId(short id)
456
BamlTypeInfoRecord
info;
748
internal Type GetTypeFromTypeInfo(
BamlTypeInfoRecord
typeInfo)
758
BamlTypeInfoRecord
cachedTypeInfo = GetHashTableData(key) as
BamlTypeInfoRecord
;
791
BamlTypeInfoRecord
typeInfo = TypeIdMap[bamlAttributeInfoRecord.OwnerTypeId];
1181
BamlTypeInfoRecord
bamlTypeInfoRecord = (
BamlTypeInfoRecord
)GetHashTableData(key);
1206
BamlTypeInfoRecord
bamlTypeInfoRecord;
1254
internal void LoadTypeInfoRecord(
BamlTypeInfoRecord
record)
1683
TypeIdMap = new List<
BamlTypeInfoRecord
>(_typeIdToInfo),
1741
private List<
BamlTypeInfoRecord
> TypeIdMap
1820
/// List of <see cref="
BamlTypeInfoRecord
"/> (class types).
1822
private readonly List<
BamlTypeInfoRecord
> _typeIdToInfo = new();
System\Windows\Markup\BamlReader.cs (12)
566
MapTable.LoadTypeInfoRecord((
BamlTypeInfoRecord
)_currentBamlRecord);
709
MapTable.LoadTypeInfoRecord((
BamlTypeInfoRecord
)_currentBamlRecord);
1307
BamlTypeInfoRecord
typeInfo = MapTable.GetTypeInfoFromId(typeKeyRecord.TypeId);
1431
BamlTypeInfoRecord
typeInfo = MapTable.GetTypeInfoFromId(keyStartRecord.TypeId);
1487
MapTable.LoadTypeInfoRecord((
BamlTypeInfoRecord
)_currentBamlRecord);
1558
BamlTypeInfoRecord
elementTypeInfo = MapTable.GetTypeInfoFromId(elementStartRecord.TypeId);
1961
BamlTypeInfoRecord
typeInfo = MapTable.GetTypeInfoFromId(bamlRecord.TypeId);
2360
BamlTypeInfoRecord
typeInfo = MapTable.GetTypeInfoFromId(attrInfo.OwnerTypeId);
2411
BamlTypeInfoRecord
valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.OwnerTypeId);
2486
BamlTypeInfoRecord
valueTypeInfo = MapTable.GetTypeInfoFromId(attrInfo.OwnerTypeId);
2599
BamlTypeInfoRecord
valueTypeInfo = MapTable.GetTypeInfoFromId(typeId);
2629
BamlTypeInfoRecord
typeInfo,
System\Windows\Markup\BamlRecordReader.cs (3)
591
MapTable.LoadTypeInfoRecord((
BamlTypeInfoRecord
)bamlRecord);
1137
BamlTypeInfoRecord
typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.TypeId);
5204
BamlTypeInfoRecord
typeInfo = null;
System\Windows\Markup\BamlRecords.cs (2)
4305
BamlTypeInfoRecord
newRecord = (
BamlTypeInfoRecord
)record;