54 references to BamlAttributeUsage
PresentationBuildTasks (54)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (4)
140if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName && 349if (xamlUnknownAttributeNode.AttributeUsage == BamlAttributeUsage.RuntimeName) 629BamlAttributeUsage.Default, 787if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
Framework\System\Windows\Markup\BamlMapTable.cs (3)
1312BamlAttributeUsage attributeUsage) // Special flags for how this attribute is used. 1325BamlAttributeUsage attributeUsage, // Special flags for how this attribute is used. 1543BamlAttributeUsage.Default);
Framework\System\Windows\Markup\BamlRecords.cs (5)
1952internal BamlAttributeUsage AttributeUsage 1974BamlAttributeUsage _attributeUsage; 4826AttributeUsage = BamlAttributeUsage.Default; 5150internal BamlAttributeUsage AttributeUsage 5154return (BamlAttributeUsage) _flags[_attributeUsageSection];
Framework\System\Windows\Markup\BamlRecordWriter.cs (7)
776BamlAttributeUsage.Default); 967BamlAttributeUsage.Default); 1151BamlAttributeUsage.Default); 1226BamlAttributeUsage.Default); 1297BamlAttributeUsage.Default); 1328BamlAttributeUsage.Default); 1359BamlAttributeUsage.Default);
Framework\System\Windows\Markup\MarkupExtensionParser.cs (1)
1623BamlAttributeUsage.Default,
Framework\System\Windows\Markup\StyleXamlParser.cs (1)
1267BamlAttributeUsage.Default,
Framework\System\Windows\Markup\TemplateXamlParser.cs (2)
1388BamlAttributeUsage.Default, 1488if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
Framework\System\Windows\Markup\XamlNodes.cs (10)
703BamlAttributeUsage attributeUsage, 727BamlAttributeUsage attributeUsage, 891internal BamlAttributeUsage AttributeUsage 908BamlAttributeUsage _attributeUsage; 1028BamlAttributeUsage attributeUsage) 1062internal BamlAttributeUsage AttributeUsage 1082BamlAttributeUsage _attributeUsage; 2046BamlAttributeUsage bamlAttributeUsage) 2068internal BamlAttributeUsage AttributeUsage 2073BamlAttributeUsage _attributeUsage;
Framework\System\Windows\Markup\XamlParser.cs (2)
339if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName) 456if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
Framework\System\Windows\Markup\XamlReaderHelper.cs (19)
597BamlAttributeUsage attributeUsage = BamlAttributeUsage.Default; 759BamlAttributeUsage usage) // Defines special usage for this property, such as xml:lang 775BamlAttributeUsage usage) // Defines special usage for this property, such as xml:lang 777bool isName = usage == BamlAttributeUsage.RuntimeName; 875BamlAttributeUsage usage) // Defines special usage for this property, such as xml:lang 887usage = BamlAttributeUsage.RuntimeName; 1055WriteDefAttribute(name, value, BamlAttributeUsage.Default); 1061void WriteDefAttribute(string name, string value, BamlAttributeUsage bamlAttributeUsage) 2312BamlAttributeUsage.XmlSpace); 2334BamlAttributeUsage.XmlLang); 3034WriteDefAttribute(attribLocalName, attribValue, BamlAttributeUsage.RuntimeName); 3291BamlAttributeUsage attributeUsage = BamlAttributeUsage.Default; 3303attributeUsage = BamlAttributeUsage.RuntimeName; 3505WriteNameProperty(propertyName, propertyMember, assembly, parentType.FullName, attribValue, BamlAttributeUsage.RuntimeName); 4155BamlAttributeUsage.Default); 6151BamlAttributeUsage attributeUsage = ((XamlPropertyNode)xamlNode).AttributeUsage; 6153if( attributeUsage == BamlAttributeUsage.XmlSpace )