1 instantiation of BamlTextWithIdRecord
PresentationBuildTasks (1)
Framework\System\Windows\Markup\BamlRecords.cs (1)
662
record = new
BamlTextWithIdRecord
();
2 references to BamlTextWithIdRecord
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1415
bamlText = (
BamlTextWithIdRecord
) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId);
1427
((
BamlTextWithIdRecord
)bamlText).ValueId = valueId;