6 writes to TypeId
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
3396
TypeId
= bamlBinaryReader.ReadInt16();
3535
TypeId
= bamlBinaryReader.ReadInt16();
src\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;
21 references to TypeId
PresentationFramework (21)
src\Framework\System\Windows\Markup\BamlReader.cs (5)
1172
info.Value = GetTypeValueString(bamlRecord.
TypeId
);
1318
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(typeKeyRecord.
TypeId
);
1438
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(keyStartRecord.
TypeId
);
1565
BamlTypeInfoRecord elementTypeInfo = MapTable.GetTypeInfoFromId(elementStartRecord.
TypeId
);
1977
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlRecord.
TypeId
);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (8)
505
if (!MapTable.HasSerializerForTypeId(startRecord.
TypeId
))
871
short typeId = bamlElementStartRecord.
TypeId
;
1173
bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.
TypeId
);
1180
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.
TypeId
);
1280
Type elementType = MapTable.GetTypeFromId(bamlElementRecord.
TypeId
);
1289
PushContext(flags, null, elementType, bamlElementRecord.
TypeId
);
1841
typeKeyRecord.
TypeId
);
3399
Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.
TypeId
);
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
3405
bamlBinaryWriter.Write(
TypeId
);
3481
RecordType, GetTypeName(
TypeId
));
3542
bamlBinaryWriter.Write(
TypeId
);
src\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
;
src\Framework\System\Windows\Markup\XamlStyleSerializer.cs (2)
110
ownerTypeId = elementStart.
TypeId
;
114
styleTargetType = parserContext.MapTable.GetTypeFromId(elementStart.
TypeId
);
src\Framework\System\Windows\Markup\XamlTemplateSerializer.cs (1)
108
ownerTypeId = elementStart.
TypeId
;