7 references to TextWithId
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
637case BamlRecordType.TextWithId: 1509case BamlRecordType.TextWithId:
System\Windows\Markup\BamlRecordHelper.cs (1)
119case BamlRecordType.TextWithId: // Not Needed
System\Windows\Markup\BamlRecordReader.cs (1)
738case BamlRecordType.TextWithId:
System\Windows\Markup\BamlRecords.cs (2)
662case BamlRecordType.TextWithId: 3902get { return BamlRecordType.TextWithId; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1406bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId);