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