58 references to BamlAttributeUsage
PresentationFramework (58)
MS\Internal\Globalization\BamlTreeNode.cs (2)
751BamlAttributeUsage usage 799private BamlAttributeUsage _attributeUsage;
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
147BamlAttributeUsage.Default
System\Windows\Markup\BamlMapTable.cs (9)
720internal bool DoesAttributeMatch(short id, BamlAttributeUsage attributeUsage) 733internal void GetAttributeInfoFromId(short id, out short ownerTypeId, out string name, out BamlAttributeUsage attributeUsage) 751private static BamlAttributeUsage GetAttributeUsageFromKnownAttribute(KnownProperties knownId) 755return BamlAttributeUsage.RuntimeName; 759return BamlAttributeUsage.Default; 896BamlAttributeUsage attributeUsage; 1302BamlAttributeUsage attributeUsage) // Special flags for how this attribute is used. 1315BamlAttributeUsage attributeUsage, // Special flags for how this attribute is used. 1533BamlAttributeUsage.Default);
System\Windows\Markup\BamlReader.cs (11)
223public BamlAttributeUsage AttributeUsage 453_attributeUsage = BamlAttributeUsage.Default; 469_attributeUsage = BamlAttributeUsage.Default; 902info.AttributeUsage = BamlAttributeUsage.Default; 914info.AttributeUsage = BamlAttributeUsage.Default; 933info.AttributeUsage = BamlAttributeUsage.Default; 984info.AttributeUsage = BamlAttributeUsage.Default; 2327_attributeUsage = BamlAttributeUsage.Default; 2842private BamlAttributeUsage _attributeUsage; 2930internal BamlAttributeUsage AttributeUsage 2959private BamlAttributeUsage _attributeUsage;
System\Windows\Markup\BamlRecordReader.cs (8)
2710BamlAttributeUsage attributeUsage; 2713Debug.Assert( attributeUsage == BamlAttributeUsage.XmlSpace, 2738case BamlAttributeUsage.RuntimeName: 2743case BamlAttributeUsage.XmlLang: 2747case BamlAttributeUsage.XmlSpace: 5721public BamlAttributeUsage AttributeUsage 5733BamlAttributeUsage attributeUsage; 5739return BamlAttributeUsage.Default;
System\Windows\Markup\BamlRecords.cs (6)
1911internal BamlAttributeUsage AttributeUsage 1932BamlAttributeUsage _attributeUsage; 4582AttributeUsage = BamlAttributeUsage.Default; 4593AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte(); 4906internal BamlAttributeUsage AttributeUsage 4910return (BamlAttributeUsage) _flags[_attributeUsageSection];
System\Windows\Markup\BamlRecordWriter.cs (8)
767BamlAttributeUsage.Default); 958BamlAttributeUsage.Default); 1142BamlAttributeUsage.Default); 1217BamlAttributeUsage.Default); 1288BamlAttributeUsage.Default); 1319BamlAttributeUsage.Default); 1350BamlAttributeUsage.Default); 1381BamlAttributeUsage.Default,
System\Windows\Markup\BamlWriter.cs (1)
309BamlAttributeUsage propUsage)
System\Windows\Markup\MarkupExtensionParser.cs (1)
1606BamlAttributeUsage.Default,
System\Windows\Markup\XamlNodes.cs (10)
696BamlAttributeUsage attributeUsage, 720BamlAttributeUsage attributeUsage, 884internal BamlAttributeUsage AttributeUsage 901BamlAttributeUsage _attributeUsage; 1021BamlAttributeUsage attributeUsage) 1075BamlAttributeUsage _attributeUsage; 2016_attributeUsage = BamlAttributeUsage.Default; 2030BamlAttributeUsage bamlAttributeUsage) 2052internal BamlAttributeUsage AttributeUsage 2057BamlAttributeUsage _attributeUsage;
System\Windows\Markup\XamlTemplateSerializer.cs (1)
119BamlAttributeUsage attributeUsage;