1 instantiation of BamlTextWithIdRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
662record = new BamlTextWithIdRecord();
10 references to BamlTextWithIdRecord
PresentationFramework (10)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
1523BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord; 2203BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
3452BamlTextWithIdRecord bamlTextWithId = bamlTextRecord as BamlTextWithIdRecord;
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4090BamlTextWithIdRecord newRecord = (BamlTextWithIdRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1415bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId); 1427((BamlTextWithIdRecord)bamlText).ValueId = valueId;