Base:
method
GetCollectionItems
MS.Internal.Xaml.Runtime.XamlRuntime.GetCollectionItems(System.Object, System.Xaml.XamlType)
2 references to GetCollectionItems
System.Xaml (2)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
395return _transparentRuntime.GetCollectionItems(collection, collectionType);
System\Xaml\XamlObjectReader.cs (1)
735IList<object> itemsList = context.Runtime.GetCollectionItems(propertyValue, xamlType);