2 writes to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (1)
2201
ConverterTypeId
= bamlBinaryReader.ReadInt16();
System\Windows\Markup\BamlRecordWriter.cs (1)
1048
bamlPropertyWithConverter.
ConverterTypeId
= converterOrSerializerTypeId;
2 references to ConverterTypeId
PresentationFramework (2)
System\Windows\Markup\BamlRecordReader.cs (1)
2291
bamlPropertyRecord.
ConverterTypeId
);
System\Windows\Markup\BamlRecords.cs (1)
2208
bamlBinaryWriter.Write(
ConverterTypeId
);