5 references to Attribute
System.Xaml (5)
System\Xaml\Context\XamlContext.cs (1)
192if ((directive.AllowedLocation & AllowedMemberLocations.Attribute) == AllowedMemberLocations.None)
System\Xaml\Schema\AllowedMemberLocations.cs (1)
14Any = Attribute | MemberElement,
System\Xaml\XamlLanguage.cs (3)
124String, BuiltInValueConverter.Int32, AllowedMemberLocations.Attribute), true); 443return GetXamlDirective(name, String, BuiltInValueConverter.String, AllowedMemberLocations.Attribute); 461XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));