6 writes to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (2)
3213
TypeId
= bamlBinaryReader.ReadInt16();
3346
TypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (4)
279
bamlElement.
TypeId
= typeId;
487
bamlDefRecord.
TypeId
= typeId;
824
bamlElement.
TypeId
= typeId;
1673
bamlStaticResourceStart.
TypeId
= ((BamlElementStartRecord)valueDeferRecord.Record).TypeId;
21 references to TypeId
PresentationFramework (21)
System\Windows\Markup\BamlReader.cs (5)
1159
Value = GetTypeValueString(bamlRecord.
TypeId
),
1308
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(typeKeyRecord.
TypeId
);
1432
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(keyStartRecord.
TypeId
);
1559
BamlTypeInfoRecord elementTypeInfo = MapTable.GetTypeInfoFromId(elementStartRecord.
TypeId
);
1962
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlRecord.
TypeId
);
System\Windows\Markup\BamlRecordReader.cs (8)
473
if (!MapTable.HasSerializerForTypeId(startRecord.
TypeId
))
833
short typeId = bamlElementStartRecord.
TypeId
;
1131
bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.
TypeId
);
1138
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.
TypeId
);
1238
Type elementType = MapTable.GetTypeFromId(bamlElementRecord.
TypeId
);
1247
PushContext(flags, null, elementType, bamlElementRecord.
TypeId
);
1792
typeKeyRecord.
TypeId
);
3346
Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.
TypeId
);
System\Windows\Markup\BamlRecords.cs (3)
3222
bamlBinaryWriter.Write(
TypeId
);
3293
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} typeId={GetTypeName(
TypeId
)}");
3353
bamlBinaryWriter.Write(
TypeId
);
System\Windows\Markup\BamlRecordWriter.cs (2)
1668
((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
== BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1673
bamlStaticResourceStart.TypeId = ((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
;
System\Windows\Markup\XamlStyleSerializer.cs (2)
97
ownerTypeId = elementStart.
TypeId
;
101
styleTargetType = parserContext.MapTable.GetTypeFromId(elementStart.
TypeId
);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
94
ownerTypeId = elementStart.
TypeId
;