3 references to AttributeUsage
PresentationBuildTasks (3)
MS\Internal\MarkupCompiler\ParserExtension.cs (1)
785if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.RuntimeName)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (1)
634defRecord.AttributeUsage = xamlDefNode.AttributeUsage;
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlParser.cs (1)
448if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.RuntimeName)