4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
147
return _xamlType.
AddMethod
;
161
addMethods.Add(_xamlType.ItemType, _xamlType.
AddMethod
);
System\Xaml\XamlType.cs (2)
914
MethodInfo addMethod =
AddMethod
;
933
MethodInfo addMethod =
AddMethod
;