1 instantiation of BamlLiteralContentRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
609record = new BamlLiteralContentRecord();
6 references to BamlLiteralContentRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1927BamlLiteralContentRecord bamlRecord = (BamlLiteralContentRecord)_currentBamlRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
622ReadLiteralContentRecord((BamlLiteralContentRecord)bamlRecord); 1989BamlLiteralContentRecord bamlLiteralContentRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
456BamlLiteralContentRecord bamlLiteralContent = 457(BamlLiteralContentRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.LiteralContent);