2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3921
ConverterTypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1439
((BamlTextWithConverterRecord)bamlText).
ConverterTypeId
= typeId;
3 references to ConverterTypeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
2182
short converterTypeId = textWithConverter.
ConverterTypeId
;
System\Windows\Markup\BamlRecordReader.cs (1)
3438
converterTypeId = bamlTextWithConverter.
ConverterTypeId
;
System\Windows\Markup\BamlRecords.cs (1)
3928
bamlBinaryWriter.Write(
ConverterTypeId
);