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