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