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