5 references to GetMethodValue
System.ComponentModel.TypeConverter (5)
System\ComponentModel\ReflectPropertyDescriptor.cs (5)
561return GetMethodValue.Invoke(prov, new object?[] { component }); 919return GetMethodValue.Invoke(component, null); 1041oldValue = GetMethodValue.Invoke(invokee, null); 1063newValue = GetMethodValue.Invoke(invokee, null); 1102oldValue = GetMethodValue.Invoke(invokee, null);