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; 2340_attributeUsage = BamlAttributeUsage.Default; 2855private BamlAttributeUsage _attributeUsage; 2943internal BamlAttributeUsage AttributeUsage 2972private BamlAttributeUsage _attributeUsage;
System\Windows\Markup\BamlRecordReader.cs (8)
2694BamlAttributeUsage attributeUsage; 2697Debug.Assert( attributeUsage == BamlAttributeUsage.XmlSpace, 2722case BamlAttributeUsage.RuntimeName: 2727case BamlAttributeUsage.XmlLang: 2731case BamlAttributeUsage.XmlSpace: 5697public BamlAttributeUsage AttributeUsage 5709BamlAttributeUsage attributeUsage; 5715return 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)
1602BamlAttributeUsage.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;