5 references to CollectionReflector
System.Xaml (5)
System\Xaml\Schema\XamlTypeInvoker.cs (1)
169addMethod = CollectionReflector.GetAddMethod(
System\Xaml\XamlType.cs (4)
528_reflector.IsReadOnlyMethod = CollectionReflector. 581_reflector.AddMethod = CollectionReflector.LookupAddMethod(UnderlyingType, collectionKind); 600_reflector.GetEnumeratorMethod = CollectionReflector.GetEnumeratorMethod(UnderlyingType); 771XamlCollectionKind result = CollectionReflector.LookupCollectionKind(UnderlyingType, out addMethod);