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