58 references to BamlAttributeUsage
PresentationFramework (58)
MS\Internal\Globalization\BamlTreeNode.cs (2)
753BamlAttributeUsage usage 801private BamlAttributeUsage _attributeUsage;
MS\Internal\Globalization\BamlTreeUpdater.cs (1)
128BamlAttributeUsage.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; 1301BamlAttributeUsage attributeUsage) // Special flags for how this attribute is used. 1314BamlAttributeUsage attributeUsage, // Special flags for how this attribute is used. 1533BamlAttributeUsage.Default);
System\Windows\Markup\BamlReader.cs (11)
215public BamlAttributeUsage AttributeUsage 445_attributeUsage = BamlAttributeUsage.Default; 461_attributeUsage = BamlAttributeUsage.Default; 896info.AttributeUsage = BamlAttributeUsage.Default; 908info.AttributeUsage = BamlAttributeUsage.Default; 927info.AttributeUsage = BamlAttributeUsage.Default; 978info.AttributeUsage = BamlAttributeUsage.Default; 2343_attributeUsage = BamlAttributeUsage.Default; 2858private BamlAttributeUsage _attributeUsage; 2946internal BamlAttributeUsage AttributeUsage 2975private BamlAttributeUsage _attributeUsage;
System\Windows\Markup\BamlRecordReader.cs (8)
2697BamlAttributeUsage attributeUsage; 2700Debug.Assert( attributeUsage == BamlAttributeUsage.XmlSpace, 2725case BamlAttributeUsage.RuntimeName: 2730case BamlAttributeUsage.XmlLang: 2734case BamlAttributeUsage.XmlSpace: 5709public BamlAttributeUsage AttributeUsage 5721BamlAttributeUsage attributeUsage; 5727return BamlAttributeUsage.Default;
System\Windows\Markup\BamlRecords.cs (6)
1899internal BamlAttributeUsage AttributeUsage 1920BamlAttributeUsage _attributeUsage; 4570AttributeUsage = BamlAttributeUsage.Default; 4581AttributeUsage = (BamlAttributeUsage)bamlBinaryReader.ReadByte(); 4893internal BamlAttributeUsage AttributeUsage 4897return (BamlAttributeUsage) _flags[_attributeUsageSection];
System\Windows\Markup\BamlRecordWriter.cs (8)
762BamlAttributeUsage.Default); 953BamlAttributeUsage.Default); 1137BamlAttributeUsage.Default); 1212BamlAttributeUsage.Default); 1283BamlAttributeUsage.Default); 1314BamlAttributeUsage.Default); 1345BamlAttributeUsage.Default); 1376BamlAttributeUsage.Default,
System\Windows\Markup\BamlWriter.cs (1)
297BamlAttributeUsage 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)
110BamlAttributeUsage attributeUsage;