1 instantiation of BamlDefAttributeRecord
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
671record = new BamlDefAttributeRecord();
8 references to BamlDefAttributeRecord
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1114BamlDefAttributeRecord bamlRecord = (BamlDefAttributeRecord)_currentBamlRecord;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
730ReadDefAttributeRecord((BamlDefAttributeRecord)bamlRecord); 3318protected virtual void ReadDefAttributeRecord(BamlDefAttributeRecord bamlDefAttributeRecord)
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
1916BamlDefAttributeRecord newRecord = (BamlDefAttributeRecord)record;
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
644BamlDefAttributeRecord defRecord = 645(BamlDefAttributeRecord) BamlRecordManager.GetWriteRecord(BamlRecordType.DefAttribute);