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