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