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