2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3927ConverterTypeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1442((BamlTextWithConverterRecord)bamlText).ConverterTypeId = typeId;
3 references to ConverterTypeId
PresentationFramework (3)
System\Windows\Markup\BamlReader.cs (1)
2192short converterTypeId = textWithConverter.ConverterTypeId;
System\Windows\Markup\BamlRecordReader.cs (1)
3447converterTypeId = bamlTextWithConverter.ConverterTypeId;
System\Windows\Markup\BamlRecords.cs (1)
3934bamlBinaryWriter.Write(ConverterTypeId);