1 instantiation of BamlLiteralContentRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
608
record = new
BamlLiteralContentRecord
();
6 references to BamlLiteralContentRecord
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1949
BamlLiteralContentRecord
bamlRecord = (
BamlLiteralContentRecord
)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
636
ReadLiteralContentRecord((
BamlLiteralContentRecord
)bamlRecord);
2020
BamlLiteralContentRecord
bamlLiteralContentRecord)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
464
BamlLiteralContentRecord
bamlLiteralContent =
465
(
BamlLiteralContentRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.LiteralContent);