4 writes to _addMethod
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ReflectEventDescriptor.cs (4)
124
_addMethod
= desc._addMethod;
321
_addMethod
= _realEvent.GetAddMethod();
343
_addMethod
= defined.GetAddMethod();
364
_addMethod
= FindMethod(_componentClass, "AddOn" + Name, argsType, typeof(void));
6 references to _addMethod
System.ComponentModel.TypeConverter (6)
System\ComponentModel\ReflectEventDescriptor.cs (6)
124
_addMethod = desc.
_addMethod
;
209
_addMethod
!.Invoke(component, new[] { value });
246
Debug.Assert(
_addMethod
!= null, $"Null remove method for {Name}");
247
FillSingleMethodAttribute(
_addMethod
, attributes);
326
if (
_addMethod
== null || _removeMethod == null)
366
if (
_addMethod
== null || _removeMethod == null)