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