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