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