2 writes to ConverterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2281ConverterTypeId = bamlBinaryReader.ReadInt16();
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1062bamlPropertyWithConverter.ConverterTypeId = converterOrSerializerTypeId;
2 references to ConverterTypeId
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
2340bamlPropertyRecord.ConverterTypeId);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
2288bamlBinaryWriter.Write(ConverterTypeId);