14 references to DefAttribute
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (9)
420
else if (info.RecordType == BamlRecordType.
DefAttribute
)
768
case BamlRecordType.
DefAttribute
:
1113
info.RecordType = BamlRecordType.
DefAttribute
;
1167
info.RecordType = BamlRecordType.
DefAttribute
;
1283
info.RecordType = BamlRecordType.
DefAttribute
;
1332
info.RecordType = BamlRecordType.
DefAttribute
;
1402
info.RecordType = BamlRecordType.
DefAttribute
;
1691
info.RecordType = BamlRecordType.
DefAttribute
;
2287
info.RecordType = BamlRecordType.
DefAttribute
;
System\Windows\Markup\BamlRecordHelper.cs (1)
106
case BamlRecordType.
DefAttribute
: // Not common enough
System\Windows\Markup\BamlRecordReader.cs (1)
715
case BamlRecordType.
DefAttribute
:
System\Windows\Markup\BamlRecords.cs (2)
671
case BamlRecordType.
DefAttribute
:
1888
get { return BamlRecordType.
DefAttribute
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
636
(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DefAttribute
);