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