2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3915
ConverterTypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1437
((BamlTextWithConverterRecord)bamlText).
ConverterTypeId
= typeId;
3 references to ConverterTypeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
2201
short converterTypeId = textWithConverter.
ConverterTypeId
;
System\Windows\Markup\BamlRecordReader.cs (1)
3430
converterTypeId = bamlTextWithConverter.
ConverterTypeId
;
System\Windows\Markup\BamlRecords.cs (1)
3922
bamlBinaryWriter.Write(
ConverterTypeId
);