6 references to UnderlyingSetMethod
System.ComponentModel.Composition (6)
System\ComponentModel\Composition\ReflectionModel\ReflectionProperty.cs (6)
35
get { return UnderlyingGetMethod ??
UnderlyingSetMethod
!; }
45
get { return
UnderlyingSetMethod
!= null; }
62
MethodInfo method = UnderlyingGetMethod ??
UnderlyingSetMethod
!;
86
MethodInfo method = UnderlyingGetMethod ??
UnderlyingSetMethod
!;
101
ParameterInfo[] parameters =
UnderlyingSetMethod
!.GetParameters();
132
UnderlyingSetMethod
!.SafeInvoke(instance, value);