1 instantiation of BamlTextWithConverterRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
659record = new BamlTextWithConverterRecord();
2 references to BamlTextWithConverterRecord
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1432bamlText = (BamlTextWithConverterRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithConverter); 1451((BamlTextWithConverterRecord)bamlText).ConverterTypeId = typeId;