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