1 instantiation of BamlTextWithIdRecord
PresentationFramework (1)
System\Windows\Markup\BamlRecords.cs (1)
663record = new BamlTextWithIdRecord();
10 references to BamlTextWithIdRecord
PresentationFramework (10)
System\Windows\Markup\BamlReader.cs (4)
1511BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord; 2180BamlTextWithIdRecord textWithIdRecord = _currentBamlRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecordReader.cs (2)
3416BamlTextWithIdRecord bamlTextWithId = bamlTextRecord as BamlTextWithIdRecord;
System\Windows\Markup\BamlRecords.cs (2)
3891BamlTextWithIdRecord newRecord = (BamlTextWithIdRecord)record;
System\Windows\Markup\BamlRecordWriter.cs (2)
1406bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId); 1418((BamlTextWithIdRecord)bamlText).ValueId = valueId;