3 writes to AttributeUsage
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1347bamlAttributeInfoRecord.AttributeUsage = attributeUsage;
System\Windows\Markup\BamlRecords.cs (2)
4569AttributeUsage = BamlAttributeUsage.Default; 4580AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte();
5 references to AttributeUsage
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
713return attributeUsage == record.AttributeUsage; 731attributeUsage = record.AttributeUsage;
System\Windows\Markup\BamlReader.cs (1)
2371nodeInfo.AttributeUsage = attrInfo.AttributeUsage;
System\Windows\Markup\BamlRecordReader.cs (1)
5702return _attributeInfo.AttributeUsage;
System\Windows\Markup\BamlRecords.cs (1)
4591bamlBinaryWriter.Write((Byte)AttributeUsage);