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