14 references to DefAttribute
PresentationFramework (14)
System\Windows\Markup\BamlReader.cs (9)
412
else if (info.RecordType == BamlRecordType.
DefAttribute
)
760
case BamlRecordType.
DefAttribute
:
1109
info.RecordType = BamlRecordType.
DefAttribute
;
1167
info.RecordType = BamlRecordType.
DefAttribute
;
1285
info.RecordType = BamlRecordType.
DefAttribute
;
1336
info.RecordType = BamlRecordType.
DefAttribute
;
1408
info.RecordType = BamlRecordType.
DefAttribute
;
1699
info.RecordType = BamlRecordType.
DefAttribute
;
2300
info.RecordType = BamlRecordType.
DefAttribute
;
System\Windows\Markup\BamlRecordHelper.cs (1)
105
case BamlRecordType.
DefAttribute
: // Not common enough
System\Windows\Markup\BamlRecordReader.cs (1)
697
case BamlRecordType.
DefAttribute
:
System\Windows\Markup\BamlRecords.cs (2)
659
case BamlRecordType.
DefAttribute
:
1876
get { return BamlRecordType.
DefAttribute
; }
System\Windows\Markup\BamlRecordWriter.cs (1)
631
(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.
DefAttribute
);