14 references to DefAttribute
PresentationFramework (14)
src\Framework\System\Windows\Markup\BamlReader.cs (9)
429else if (info.RecordType == BamlRecordType.DefAttribute) 780case BamlRecordType.DefAttribute: 1125info.RecordType = BamlRecordType.DefAttribute; 1179info.RecordType = BamlRecordType.DefAttribute; 1295info.RecordType = BamlRecordType.DefAttribute; 1344info.RecordType = BamlRecordType.DefAttribute; 1414info.RecordType = BamlRecordType.DefAttribute; 1703info.RecordType = BamlRecordType.DefAttribute; 2310info.RecordType = BamlRecordType.DefAttribute;
src\Framework\System\Windows\Markup\BamlRecordHelper.cs (1)
109case BamlRecordType.DefAttribute: // Not common enough
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
729case BamlRecordType.DefAttribute:
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
670case BamlRecordType.DefAttribute: 1929get { return BamlRecordType.DefAttribute; }
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
645(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DefAttribute);