2 types derived from BamlTextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3857internal class BamlTextWithIdRecord : BamlTextRecord 3906internal class BamlTextWithConverterRecord : BamlTextRecord
1 instantiation of BamlTextRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
644record = new BamlTextRecord();
6 references to BamlTextRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1527string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 2208_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (2)
721ReadTextRecord((BamlTextRecord)bamlRecord); 3396protected virtual void ReadTextRecord(BamlTextRecord bamlTextRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1391BamlTextRecord bamlText; 1396bamlText = (BamlTextRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.Text);