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