1 instantiation of BamlTextWithConverterRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
647record = new BamlTextWithConverterRecord();
8 references to BamlTextWithConverterRecord
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (2)
2197BamlTextWithConverterRecord textWithConverter = _currentBamlRecord as BamlTextWithConverterRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
3426BamlTextWithConverterRecord bamlTextWithConverter = bamlTextRecord as BamlTextWithConverterRecord;
System\Windows\Markup\BamlRecords.cs (2)
3929BamlTextWithConverterRecord newRecord = (BamlTextWithConverterRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1417bamlText = (BamlTextWithConverterRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithConverter); 1436((BamlTextWithConverterRecord)bamlText).ConverterTypeId = typeId;