1 instantiation of BamlLiteralContentRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
608
record = new
BamlLiteralContentRecord
();
2 references to BamlLiteralContentRecord
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
464
BamlLiteralContentRecord
bamlLiteralContent =
465
(
BamlLiteralContentRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.LiteralContent);