2 types derived from BamlTextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3870internal class BamlTextWithIdRecord : BamlTextRecord 3919internal class BamlTextWithConverterRecord : BamlTextRecord
1 instantiation of BamlTextRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
657record = new BamlTextRecord();
6 references to BamlTextRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1522string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 2200_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (2)
740ReadTextRecord((BamlTextRecord)bamlRecord); 3414protected virtual void ReadTextRecord(BamlTextRecord bamlTextRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1397BamlTextRecord bamlText; 1402bamlText = (BamlTextRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.Text);