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