6 writes to TypeId
PresentationFramework (6)
System\Windows\Markup\BamlRecords.cs (2)
3219
TypeId
= bamlBinaryReader.ReadInt16();
3352
TypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (4)
279
bamlElement.
TypeId
= typeId;
487
bamlDefRecord.
TypeId
= typeId;
826
bamlElement.
TypeId
= typeId;
1678
bamlStaticResourceStart.
TypeId
= ((BamlElementStartRecord)valueDeferRecord.Record).TypeId;
21 references to TypeId
PresentationFramework (21)
System\Windows\Markup\BamlReader.cs (5)
1150
info.Value = GetTypeValueString(bamlRecord.
TypeId
);
1296
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(typeKeyRecord.
TypeId
);
1416
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(keyStartRecord.
TypeId
);
1543
BamlTypeInfoRecord elementTypeInfo = MapTable.GetTypeInfoFromId(elementStartRecord.
TypeId
);
1945
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlRecord.
TypeId
);
System\Windows\Markup\BamlRecordReader.cs (8)
482
if (!MapTable.HasSerializerForTypeId(startRecord.
TypeId
))
842
short typeId = bamlElementStartRecord.
TypeId
;
1140
bool hasSerializer = MapTable.HasSerializerForTypeId(bamlElementRecord.
TypeId
);
1147
BamlTypeInfoRecord typeInfo = MapTable.GetTypeInfoFromId(bamlElementRecord.
TypeId
);
1247
Type elementType = MapTable.GetTypeFromId(bamlElementRecord.
TypeId
);
1256
PushContext(flags, null, elementType, bamlElementRecord.
TypeId
);
1801
typeKeyRecord.
TypeId
);
3354
Type keyType = MapTable.GetTypeFromId(bamlDefAttributeRecord.
TypeId
);
System\Windows\Markup\BamlRecords.cs (3)
3228
bamlBinaryWriter.Write(
TypeId
);
3299
return string.Create(CultureInfo.InvariantCulture, $"{RecordType} typeId={GetTypeName(
TypeId
)}");
3359
bamlBinaryWriter.Write(
TypeId
);
System\Windows\Markup\BamlRecordWriter.cs (2)
1673
((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
== BamlMapTable.GetKnownTypeIdFromType(KnownTypes.Types[(int)KnownElements.StaticResourceExtension]),
1678
bamlStaticResourceStart.TypeId = ((BamlElementStartRecord)valueDeferRecord.Record).
TypeId
;
System\Windows\Markup\XamlStyleSerializer.cs (2)
95
ownerTypeId = elementStart.
TypeId
;
99
styleTargetType = parserContext.MapTable.GetTypeFromId(elementStart.
TypeId
);
System\Windows\Markup\XamlTemplateSerializer.cs (1)
92
ownerTypeId = elementStart.
TypeId
;