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