11 references to RuntimeName
PresentationBuildTasks (11)
BuildTasks\Ms\Internal\MarkupCompiler\ParserExtension.cs (3)
140
if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
&&
349
if (xamlUnknownAttributeNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
)
787
if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
)
Framework\System\Windows\Markup\TemplateXamlParser.cs (1)
1488
if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
)
Framework\System\Windows\Markup\XamlParser.cs (2)
339
if (xamlPropertyNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
)
456
if (xamlDefAttributeNode.AttributeUsage == BamlAttributeUsage.
RuntimeName
)
Framework\System\Windows\Markup\XamlReaderHelper.cs (5)
777
bool isName = usage == BamlAttributeUsage.
RuntimeName
;
887
usage = BamlAttributeUsage.
RuntimeName
;
3034
WriteDefAttribute(attribLocalName, attribValue, BamlAttributeUsage.
RuntimeName
);
3303
attributeUsage = BamlAttributeUsage.
RuntimeName
;
3505
WriteNameProperty(propertyName, propertyMember, assembly, parentType.FullName, attribValue, BamlAttributeUsage.
RuntimeName
);