6 references to GetItems
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
724
result = collectionType.Invoker.
GetItems
(collection);
System.Xaml.Tests (5)
System\Xaml\Schema\XamlTypeInvokerTests.cs (5)
502
IEnumerator items = invoker.
GetItems
(instance);
512
IEnumerator items = invoker.
GetItems
(instance);
521
Assert.Throws<ArgumentNullException>("instance", () => invoker.
GetItems
(null));
528
Assert.Throws<NotSupportedException>(() => invoker.
GetItems
(new object()));
535
Assert.Throws<NotSupportedException>(() => invoker.
GetItems
(new object()));