6 references to AttributeUsage
PresentationBuildTasks (6)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (1)
140if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName &&
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
987xamlProperty.AttributeUsage); 1265xamlProperty.AttributeUsage);
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1488if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
Framework\System\Windows\Markup\XamlParser.cs (1)
339if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
6151BamlAttributeUsage attributeUsage = ((XamlPropertyNode)xamlNode).AttributeUsage;