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