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