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