1 instantiation of BamlLiteralContentRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
603record = new BamlLiteralContentRecord();
6 references to BamlLiteralContentRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1917BamlLiteralContentRecord bamlRecord = (BamlLiteralContentRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
613ReadLiteralContentRecord((BamlLiteralContentRecord)bamlRecord); 1980BamlLiteralContentRecord bamlLiteralContentRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
453BamlLiteralContentRecord bamlLiteralContent = 454(BamlLiteralContentRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.LiteralContent);