14 references to DefAttribute
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (9)
411
else if (info.RecordType == BamlRecordType.
DefAttribute
)
759
case BamlRecordType.
DefAttribute
:
1108
info.RecordType = BamlRecordType.
DefAttribute
;
1166
info.RecordType = BamlRecordType.
DefAttribute
;
1284
info.RecordType = BamlRecordType.
DefAttribute
;
1335
info.RecordType = BamlRecordType.
DefAttribute
;
1407
info.RecordType = BamlRecordType.
DefAttribute
;
1698
info.RecordType = BamlRecordType.
DefAttribute
;
2299
info.RecordType = BamlRecordType.
DefAttribute
;
System\Windows\Markup\BamlRecordHelper.cs (1)
104
case BamlRecordType.
DefAttribute
: // Not common enough
System\Windows\Markup\BamlRecordReader.cs (1)
696
case BamlRecordType.
DefAttribute
:
System\Windows\Markup\BamlRecords.cs (2)
658
case BamlRecordType.
DefAttribute
:
1875
get { return BamlRecordType.
DefAttribute
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
630
(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DefAttribute
);