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