2 writes to ConverterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4130ConverterTypeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1451((BamlTextWithConverterRecord)bamlText).ConverterTypeId = typeId;
3 references to ConverterTypeId
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2215short converterTypeId = textWithConverter.ConverterTypeId;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3483converterTypeId = bamlTextWithConverter.ConverterTypeId;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4137bamlBinaryWriter.Write(ConverterTypeId);