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