3 writes to AttributeUsage
PresentationFramework (3)
System\Windows\Markup\BamlMapTable.cs (1)
1360bamlAttributeInfoRecord.AttributeUsage = attributeUsage;
System\Windows\Markup\BamlRecords.cs (2)
4582AttributeUsage = BamlAttributeUsage.Default; 4593AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte();
5 references to AttributeUsage
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
729return attributeUsage == record.AttributeUsage; 747attributeUsage = record.AttributeUsage;
System\Windows\Markup\BamlReader.cs (1)
2359nodeInfo.AttributeUsage = attrInfo.AttributeUsage;
System\Windows\Markup\BamlRecordReader.cs (1)
5727return _attributeInfo.AttributeUsage;
System\Windows\Markup\BamlRecords.cs (1)
4604bamlBinaryWriter.Write((Byte)AttributeUsage);