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