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