4 references to TextWithId
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
122case BamlRecordType.TextWithId: // Not Needed
Framework\System\Windows\Markup\BamlRecords.cs (2)
661case BamlRecordType.TextWithId: 4101get { return BamlRecordType.TextWithId; }
Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1415bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.TextWithId);