14 references to DefAttribute
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (9)
410
else if (info.RecordType == BamlRecordType.
DefAttribute
)
758
case BamlRecordType.
DefAttribute
:
1103
info.RecordType = BamlRecordType.
DefAttribute
;
1157
info.RecordType = BamlRecordType.
DefAttribute
;
1273
info.RecordType = BamlRecordType.
DefAttribute
;
1322
info.RecordType = BamlRecordType.
DefAttribute
;
1392
info.RecordType = BamlRecordType.
DefAttribute
;
1681
info.RecordType = BamlRecordType.
DefAttribute
;
2277
info.RecordType = BamlRecordType.
DefAttribute
;
System\Windows\Markup\BamlRecordHelper.cs (1)
105
case BamlRecordType.
DefAttribute
: // Not common enough
System\Windows\Markup\BamlRecordReader.cs (1)
706
case BamlRecordType.
DefAttribute
:
System\Windows\Markup\BamlRecords.cs (2)
665
case BamlRecordType.
DefAttribute
:
1882
get { return BamlRecordType.
DefAttribute
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
633
(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DefAttribute
);