5 references to CollectionReflector
System.Xaml (5)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
170addMethod = CollectionReflector.GetAddMethod(
System\Xaml\XamlType.cs (4)
529_reflector.IsReadOnlyMethod = CollectionReflector. 582_reflector.AddMethod = CollectionReflector.LookupAddMethod(UnderlyingType, collectionKind); 601_reflector.GetEnumeratorMethod = CollectionReflector.GetEnumeratorMethod(UnderlyingType); 772XamlCollectionKind result = CollectionReflector.LookupCollectionKind(UnderlyingType, out addMethod);