2 writes to AddMethod
System.Xaml (2)
System\Xaml\XamlType.cs (2)
582
_reflector.
AddMethod
= CollectionReflector.LookupAddMethod(UnderlyingType, collectionKind);
775
_reflector.
AddMethod
= addMethod;
1 reference to AddMethod
System.Xaml (1)
System\Xaml\XamlType.cs (1)
585
return _reflector.
AddMethod
;