14 references to Invoker
System.Xaml (5)
System\Xaml\Runtime\ClrObjectRuntime.cs (4)
73
return xamlType.
Invoker
.CreateInstance(args);
320
collectionType.
Invoker
.AddToCollection(collection, value);
337
dictionaryType.
Invoker
.AddToDictionary(collection, key, value);
724
result = collectionType.
Invoker
.GetItems(collection);
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
442
return xamlType.
Invoker
.GetType() == typeof(XamlTypeInvoker);
System.Xaml.Tests (9)
System\Xaml\XamlTypeTests.cs (9)
40
Assert.Equal(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);
70
Assert.Equal(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);
96
Assert.NotEqual(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);
118
Assert.NotNull(type.
Invoker
);
119
Assert.NotEqual(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);
123
Assert.Equal(invoker, type.
Invoker
);
2547
Assert.Equal(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);
2555
Assert.NotNull(type.
Invoker
);
2566
Assert.Equal(XamlTypeInvoker.UnknownInvoker, type.
Invoker
);