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