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