3 writes to AttributeUsage
PresentationFramework (3)
src\Framework\System\Windows\Markup\BamlMapTable.cs (1)
1370bamlAttributeInfoRecord.AttributeUsage = attributeUsage;
src\Framework\System\Windows\Markup\BamlRecords.cs (2)
4826AttributeUsage = BamlAttributeUsage.Default; 4837AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte();
5 references to AttributeUsage
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
739return attributeUsage == record.AttributeUsage; 757attributeUsage = record.AttributeUsage;
src\Framework\System\Windows\Markup\BamlReader.cs (1)
2383nodeInfo.AttributeUsage = attrInfo.AttributeUsage;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (1)
5791return _attributeInfo.AttributeUsage;
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4848bamlBinaryWriter.Write((Byte)AttributeUsage);