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