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