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