2 references to UnknownInvoker
System.Xaml (2)
System\Xaml\Schema\TypeReflector.cs (1)
100Invoker = XamlTypeInvoker.UnknownInvoker;
System\Xaml\XamlType.cs (1)
102_reflector.Invoker = LookupInvoker() ?? XamlTypeInvoker.UnknownInvoker;