5 references to Invoker
System.Xaml (5)
System\Xaml\Runtime\ClrObjectRuntime.cs (4)
71return xamlType.Invoker.CreateInstance(args); 305collectionType.Invoker.AddToCollection(collection, value); 321dictionaryType.Invoker.AddToDictionary(collection, key, value); 695result = collectionType.Invoker.GetItems(collection);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
429return xamlType.Invoker.GetType() == typeof(XamlTypeInvoker);