6 writes to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (2)
3212
TypeId
= bamlBinaryReader.ReadInt16();
3345
TypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (4)
278
bamlElement.
TypeId
= typeId;
486
bamlDefRecord.
TypeId
= typeId;
823
bamlElement.
TypeId
= typeId;
1672
bamlStaticResourceStart.
TypeId
= ((BamlElementStartRecord)valueDeferRecord.Record).TypeId;
21 references to TypeId
PresentationFramework (21)
System\Windows\Markup\BamlReader.cs (5)
1158
Value = GetTypeValueString(bamlRecord.
TypeId
),
1307
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(typeKeyRecord.
TypeId
);
1431
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(keyStartRecord.
TypeId
);
1558
BamlTypeInfoRecord elementTypeInfo = MapTable.GetTypeInfoFromId(elementStartRecord.
TypeId
);
1961
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlRecord.
TypeId
);
System\Windows\Markup\BamlRecordReader.cs (8)
472
if (!MapTable.HasSerializerForTypeId(startRecord.
TypeId
))
832
short typeId = bamlElementStartRecord.
TypeId
;
1130
bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.
TypeId
);
1137
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.
TypeId
);
1237
Type elementType = MapTable.GetTypeFromId(bamlElementRecord.
TypeId
);
1246
PushContext(flags, null, elementType, bamlElementRecord.
TypeId
);
1791
typeKeyRecord.
TypeId
);
3345
Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.
TypeId
);
System\Windows\Markup\BamlRecords.cs (3)
3221
bamlBinaryWriter.Write(
TypeId
);
3292
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} typeId={GetTypeName(
TypeId
)}");
3352
bamlBinaryWriter.Write(
TypeId
);
System\Windows\Markup\BamlRecordWriter.cs (2)
1667
((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
== BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1672
bamlStaticResourceStart.TypeId = ((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
;
System\Windows\Markup\XamlStyleSerializer.cs (2)
96
ownerTypeId = elementStart.
TypeId
;
100
styleTargetType = parserContext.MapTable.GetTypeFromId(elementStart.
TypeId
);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
93
ownerTypeId = elementStart.
TypeId
;