7 references to TextWithId
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
627case BamlRecordType.TextWithId: 1499case BamlRecordType.TextWithId:
System\Windows\Markup\BamlRecordHelper.cs (1)
118case BamlRecordType.TextWithId: // Not Needed
System\Windows\Markup\BamlRecordReader.cs (1)
729case BamlRecordType.TextWithId:
System\Windows\Markup\BamlRecords.cs (2)
656case BamlRecordType.TextWithId: 3896get { return BamlRecordType.TextWithId; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1403bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId);