3 writes to Invoker
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (1)
100
Invoker
= XamlTypeInvoker.UnknownInvoker;
System\Xaml\XamlType.cs (2)
79
_reflector.
Invoker
= invoker;
102
_reflector.
Invoker
= LookupInvoker() ?? XamlTypeInvoker.UnknownInvoker;
2 references to Invoker
System.Xaml (2)
System\Xaml\XamlType.cs (2)
100
if (_reflector.
Invoker
== null)
104
return _reflector.
Invoker
;