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