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