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