4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
155
return _xamlType.
AddMethod
;
169
addMethods.Add(_xamlType.ItemType, _xamlType.
AddMethod
);
System\Xaml\XamlType.cs (2)
917
MethodInfo addMethod =
AddMethod
;
936
MethodInfo addMethod =
AddMethod
;