2 types derived from BamlTextRecord
PresentationFramework (2)
System\Windows\Markup\BamlRecords.cs (2)
3864internal class BamlTextWithIdRecord : BamlTextRecord 3913internal class BamlTextWithConverterRecord : BamlTextRecord
1 instantiation of BamlTextRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
651record = new BamlTextRecord();
6 references to BamlTextRecord
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (2)
1512string escapedString = EscapeString(((BamlTextRecord)_currentBamlRecord).Value); 2190_value = ((BamlTextRecord)_currentBamlRecord).Value;
System\Windows\Markup\BamlRecordReader.cs (2)
731ReadTextRecord((BamlTextRecord)bamlRecord); 3405protected virtual void ReadTextRecord(BamlTextRecord bamlTextRecord)
System\Windows\Markup\BamlRecordWriter.cs (2)
1394BamlTextRecord bamlText; 1399bamlText = (BamlTextRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.Text);