58 references to BamlAttributeUsage
PresentationFramework (58)
MS\Internal\Globalization\BamlTreeNode.cs (2)
747BamlAttributeUsage usage 795private BamlAttributeUsage _attributeUsage;
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
139BamlAttributeUsage.Default
System\Windows\Markup\BamlMapTable.cs (9)
712internal bool DoesAttributeMatch(short id, BamlAttributeUsage attributeUsage) 725internal void GetAttributeInfoFromId(short id, out short ownerTypeId, out string name, out BamlAttributeUsage attributeUsage) 743private static BamlAttributeUsage GetAttributeUsageFromKnownAttribute(KnownProperties knownId) 747return BamlAttributeUsage.RuntimeName; 751return BamlAttributeUsage.Default; 888BamlAttributeUsage attributeUsage; 1294BamlAttributeUsage attributeUsage) // Special flags for how this attribute is used. 1307BamlAttributeUsage attributeUsage, // Special flags for how this attribute is used. 1525BamlAttributeUsage.Default);
System\Windows\Markup\BamlReader.cs (11)
213public BamlAttributeUsage AttributeUsage 443_attributeUsage = BamlAttributeUsage.Default; 459_attributeUsage = BamlAttributeUsage.Default; 892info.AttributeUsage = BamlAttributeUsage.Default; 904info.AttributeUsage = BamlAttributeUsage.Default; 923info.AttributeUsage = BamlAttributeUsage.Default; 974info.AttributeUsage = BamlAttributeUsage.Default; 2317_attributeUsage = BamlAttributeUsage.Default; 2832private BamlAttributeUsage _attributeUsage; 2920internal BamlAttributeUsage AttributeUsage 2949private BamlAttributeUsage _attributeUsage;
System\Windows\Markup\BamlRecordReader.cs (8)
2701BamlAttributeUsage attributeUsage; 2704Debug.Assert( attributeUsage == BamlAttributeUsage.XmlSpace, 2729case BamlAttributeUsage.RuntimeName: 2734case BamlAttributeUsage.XmlLang: 2738case BamlAttributeUsage.XmlSpace: 5712public BamlAttributeUsage AttributeUsage 5724BamlAttributeUsage attributeUsage; 5730return BamlAttributeUsage.Default;
System\Windows\Markup\BamlRecords.cs (6)
1905internal BamlAttributeUsage AttributeUsage 1926BamlAttributeUsage _attributeUsage; 4576AttributeUsage = BamlAttributeUsage.Default; 4587AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte(); 4900internal BamlAttributeUsage AttributeUsage 4904return (BamlAttributeUsage) _flags[_attributeUsageSection];
System\Windows\Markup\BamlRecordWriter.cs (8)
764BamlAttributeUsage.Default); 955BamlAttributeUsage.Default); 1139BamlAttributeUsage.Default); 1214BamlAttributeUsage.Default); 1285BamlAttributeUsage.Default); 1316BamlAttributeUsage.Default); 1347BamlAttributeUsage.Default); 1378BamlAttributeUsage.Default,
System\Windows\Markup\BamlWriter.cs (1)
295BamlAttributeUsage propUsage)
System\Windows\Markup\MarkupExtensionParser.cs (1)
1599BamlAttributeUsage.Default,
System\Windows\Markup\XamlNodes.cs (10)
692BamlAttributeUsage attributeUsage, 716BamlAttributeUsage attributeUsage, 880internal BamlAttributeUsage AttributeUsage 897BamlAttributeUsage _attributeUsage; 1017BamlAttributeUsage attributeUsage) 1071BamlAttributeUsage _attributeUsage; 2012_attributeUsage = BamlAttributeUsage.Default; 2026BamlAttributeUsage bamlAttributeUsage) 2048internal BamlAttributeUsage AttributeUsage 2053BamlAttributeUsage _attributeUsage;
System\Windows\Markup\XamlTemplateSerializer.cs (1)
108BamlAttributeUsage attributeUsage;