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