14 references to DefAttribute
PresentationFramework (14)
src\Framework\System\Windows\Markup\BamlReader.cs (9)
429
else if (info.RecordType == BamlRecordType.
DefAttribute
)
780
case BamlRecordType.
DefAttribute
:
1125
info.RecordType = BamlRecordType.
DefAttribute
;
1179
info.RecordType = BamlRecordType.
DefAttribute
;
1295
info.RecordType = BamlRecordType.
DefAttribute
;
1344
info.RecordType = BamlRecordType.
DefAttribute
;
1414
info.RecordType = BamlRecordType.
DefAttribute
;
1703
info.RecordType = BamlRecordType.
DefAttribute
;
2310
info.RecordType = BamlRecordType.
DefAttribute
;
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
109
case BamlRecordType.
DefAttribute
: // Not common enough
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
729
case BamlRecordType.
DefAttribute
:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
670
case BamlRecordType.
DefAttribute
:
1929
get { return BamlRecordType.
DefAttribute
; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
645
(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DefAttribute
);