1 write to TypeId
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3068TypeId = bamlBinaryReader.ReadInt16();
3 references to TypeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1610markupString += GetTypeValueString(constTypeRecord.TypeId);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
1311SetConstructorParameter(MapTable.GetTypeFromId(constructorParameterType.TypeId));
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
3074bamlBinaryWriter.Write(TypeId);