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