3 writes to AttributeUsage
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1360bamlAttributeInfoRecord.AttributeUsage = attributeUsage;
System\Windows\Markup\BamlRecords.cs (2)
4570AttributeUsage = BamlAttributeUsage.Default; 4581AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte();
5 references to AttributeUsage
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
721return attributeUsage == record.AttributeUsage; 739attributeUsage = record.AttributeUsage;
System\Windows\Markup\BamlReader.cs (1)
2372nodeInfo.AttributeUsage = attrInfo.AttributeUsage;
System\Windows\Markup\BamlRecordReader.cs (1)
5703return _attributeInfo.AttributeUsage;
System\Windows\Markup\BamlRecords.cs (1)
4592bamlBinaryWriter.Write((Byte)AttributeUsage);