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