1 instantiation of BamlTextWithConverterRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
660
record = new
BamlTextWithConverterRecord
();
8 references to BamlTextWithConverterRecord
PresentationFramework (8)
System\Windows\Markup\BamlReader.cs (2)
2189
BamlTextWithConverterRecord
textWithConverter = _currentBamlRecord as
BamlTextWithConverterRecord
;
System\Windows\Markup\BamlRecordReader.cs (2)
3444
BamlTextWithConverterRecord
bamlTextWithConverter = bamlTextRecord as
BamlTextWithConverterRecord
;
System\Windows\Markup\BamlRecords.cs (2)
3942
BamlTextWithConverterRecord
newRecord = (
BamlTextWithConverterRecord
)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1423
bamlText = (
BamlTextWithConverterRecord
)BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithConverter);
1442
((
BamlTextWithConverterRecord
)bamlText).ConverterTypeId = typeId;