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