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