1 instantiation of BamlTextWithIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
651record = new BamlTextWithIdRecord();
10 references to BamlTextWithIdRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (4)
1517BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord; 2189BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
3399BamlTextWithIdRecord bamlTextWithId = bamlTextRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecords.cs (2)
3879BamlTextWithIdRecord newRecord = (BamlTextWithIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1401bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId); 1413((BamlTextWithIdRecord)bamlText).ValueId = valueId;