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