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