1 instantiation of BamlTextWithIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
657record = new BamlTextWithIdRecord();
10 references to BamlTextWithIdRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (4)
1501BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord; 2170BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
3407BamlTextWithIdRecord bamlTextWithId = bamlTextRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecords.cs (2)
3885BamlTextWithIdRecord newRecord = (BamlTextWithIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1403bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId); 1415((BamlTextWithIdRecord)bamlText).ValueId = valueId;