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