4 writes to TypeId
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
289
bamlElement.
TypeId
= typeId;
498
bamlDefRecord.
TypeId
= typeId;
838
bamlElement.
TypeId
= typeId;
1691
bamlStaticResourceStart.
TypeId
= ((BamlElementStartRecord)valueDeferRecord.Record).TypeId;
3 references to TypeId
PresentationBuildTasks (3)
Framework\System\Windows\Markup\BamlRecords.cs (1)
3405
bamlBinaryWriter.Write(
TypeId
);
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1686
((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
== BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1691
bamlStaticResourceStart.TypeId = ((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
;