1 write to TypeId
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
2953
TypeId
= bamlBinaryReader.ReadInt16();
3 references to TypeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
1588
markupString += GetTypeValueString(constTypeRecord.
TypeId
);
System\Windows\Markup\BamlRecordReader.cs (1)
1278
SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.
TypeId
));
System\Windows\Markup\BamlRecords.cs (1)
2959
bamlBinaryWriter.Write(
TypeId
);