public static object GetPropertyValue(this Type type, string propertyName, object instance) { V_0 = type.GetProperty(propertyName, App.get_PropertyBindings()); if (!PropertyInfo.op_Inequality(V_0, null)) { return(null); } return(V_0.GetValue(instance)); }