2 writes to ConverterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4130
ConverterTypeId
= 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)
2215
short converterTypeId = textWithConverter.
ConverterTypeId
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
3483
converterTypeId = bamlTextWithConverter.
ConverterTypeId
;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4137
bamlBinaryWriter.Write(
ConverterTypeId
);