2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
3921ConverterTypeId = 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)
2182short converterTypeId = textWithConverter.ConverterTypeId;
System\Windows\Markup\BamlRecordReader.cs (1)
3438converterTypeId = bamlTextWithConverter.ConverterTypeId;
System\Windows\Markup\BamlRecords.cs (1)
3928bamlBinaryWriter.Write(ConverterTypeId);