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