1 instantiation of BamlTextWithConverterRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
659record = new BamlTextWithConverterRecord();
8 references to BamlTextWithConverterRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
2212BamlTextWithConverterRecord textWithConverter = _currentBamlRecord as BamlTextWithConverterRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
3480BamlTextWithConverterRecord bamlTextWithConverter = bamlTextRecord as BamlTextWithConverterRecord;
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4145BamlTextWithConverterRecord newRecord = (BamlTextWithConverterRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1432bamlText = (BamlTextWithConverterRecord)BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithConverter); 1451((BamlTextWithConverterRecord)bamlText).ConverterTypeId = typeId;