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