4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
152
return _xamlType.
AddMethod
;
166
addMethods.Add(_xamlType.ItemType, _xamlType.
AddMethod
);
System\Xaml\XamlType.cs (2)
978
MethodInfo addMethod =
AddMethod
;
998
MethodInfo addMethod =
AddMethod
;