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