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)
393
return _transparentRuntime.
GetCollectionItems
(collection, collectionType);
System\Xaml\XamlObjectReader.cs (1)
730
IList<object> itemsList = context.Runtime.
GetCollectionItems
(propertyValue, xamlType);