6 references to AttributeUsage
PresentationBuildTasks (6)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
131if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName &&
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (2)
972xamlProperty.AttributeUsage); 1250xamlProperty.AttributeUsage);
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\TemplateXamlParser.cs (1)
1476if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
331if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
6192BamlAttributeUsage attributeUsage = ((XamlPropertyNode)xamlNode).AttributeUsage;