4 references to AddMethod
System.Xaml (4)
System\Xaml\Schema\XamlTypeInvoker.cs (2)
153
return _xamlType.
AddMethod
;
167
addMethods.Add(_xamlType.ItemType, _xamlType.
AddMethod
);
System\Xaml\XamlType.cs (2)
979
MethodInfo addMethod =
AddMethod
;
999
MethodInfo addMethod =
AddMethod
;