3 references to s_xamlNamespaces
System.Xaml (3)
System\Xaml\XamlLanguage.cs (3)
185public static IList<string> XamlNamespaces { get { return s_xamlNamespaces; } } 448XamlDirective result = new XamlDirective(s_xamlNamespaces, name, allowedLocation, reflector); 455XamlDirective result = new XamlDirective(s_xamlNamespaces, name, allowedLocation, new MemberReflector(xamlType, typeConverter));