2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2213ConverterTypeId = bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1053bamlPropertyWithConverter.ConverterTypeId = converterOrSerializerTypeId;
2 references to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2309bamlPropertyRecord.ConverterTypeId);
System\Windows\Markup\BamlRecords.cs (1)
2220bamlBinaryWriter.Write(ConverterTypeId);