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