3 references to XamlDirective
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
448XamlDirective result = new XamlDirective(s_xamlNamespaces, name, allowedLocation, reflector); 455XamlDirective result = new XamlDirective(s_xamlNamespaces, name, allowedLocation, new MemberReflector(xamlType, typeConverter)); 461XamlDirective result = new XamlDirective(s_xmlNamespaces, name, AllowedMemberLocations.Attribute, new MemberReflector(String, BuiltInValueConverter.String));