2 types derived from BamlTextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3858internal class BamlTextWithIdRecord : BamlTextRecord 3907internal class BamlTextWithConverterRecord : BamlTextRecord
1 instantiation of BamlTextRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
645record = new BamlTextRecord();
6 references to BamlTextRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1528string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 2209_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (2)
722ReadTextRecord((BamlTextRecord)bamlRecord); 3397protected virtual void ReadTextRecord(BamlTextRecord bamlTextRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1392BamlTextRecord bamlText; 1397bamlText = (BamlTextRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.Text);