3 writes to Invoker
System.Xaml (3)
System\Xaml\Schema\TypeReflector.cs (1)
98
Invoker
= XamlTypeInvoker.UnknownInvoker;
System\Xaml\XamlType.cs (2)
76
_reflector.
Invoker
= invoker;
99
_reflector.
Invoker
= LookupInvoker() ?? XamlTypeInvoker.UnknownInvoker;
2 references to Invoker
System.Xaml (2)
System\Xaml\XamlType.cs (2)
97
if (_reflector.
Invoker
is null)
101
return _reflector.
Invoker
;