7 references to TextWithId
PresentationFramework (7)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
646case BamlRecordType.TextWithId: 1521case BamlRecordType.TextWithId:
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
122case BamlRecordType.TextWithId: // Not Needed
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
756case BamlRecordType.TextWithId:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
661case BamlRecordType.TextWithId: 4101get { return BamlRecordType.TextWithId; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1415bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId);