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