5 references to Invoker
System.Xaml (5)
System\Xaml\Runtime\ClrObjectRuntime.cs (4)
69return xamlType.Invoker.CreateInstance(args); 303collectionType.Invoker.AddToCollection(collection, value); 319dictionaryType.Invoker.AddToDictionary(collection, key, value); 693result = collectionType.Invoker.GetItems(collection);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
427return xamlType.Invoker.GetType() == typeof(XamlTypeInvoker);