1 instantiation of BamlTextWithIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
650record = new BamlTextWithIdRecord();
10 references to BamlTextWithIdRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (4)
1516BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord; 2185BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
3395BamlTextWithIdRecord bamlTextWithId = bamlTextRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecords.cs (2)
3878BamlTextWithIdRecord newRecord = (BamlTextWithIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1400bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId); 1412((BamlTextWithIdRecord)bamlText).ValueId = valueId;