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