7 references to TextWithId
PresentationFramework (7)
System\Windows\Markup\BamlReader.cs (2)
629
case BamlRecordType.
TextWithId
:
1515
case BamlRecordType.
TextWithId
:
System\Windows\Markup\BamlRecordHelper.cs (1)
118
case BamlRecordType.
TextWithId
: // Not Needed
System\Windows\Markup\BamlRecordReader.cs (1)
720
case BamlRecordType.
TextWithId
:
System\Windows\Markup\BamlRecords.cs (2)
650
case BamlRecordType.
TextWithId
:
3890
get { return BamlRecordType.
TextWithId
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
1401
bamlText = (BamlTextWithIdRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
TextWithId
);