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