Implemented interface member:
method
SetValue
System.Runtime.InteropServices._PropertyInfo.SetValue(System.Object, System.Object, System.Object[])
4 overrides of SetValue
mscorlib (2)
System.Activities.Presentation (1)
System.Data (1)
50 references to SetValue
mscorlib (2)
PresentationFramework (1)
System (1)
System.Activities (4)
System.Activities.Core.Presentation (3)
System.Activities.Presentation (3)
System.Data (2)
System.Data.Entity.Design (3)
System.Data.Linq (3)
SqlClient\SqlTypeSystemProvider.cs (3)
987piSqlDbType.SetValue(parameter, sqlType.SqlDbType, null);
992piPrecision.SetValue(parameter, Convert.ChangeType(sqlType.Precision, piPrecision.PropertyType, CultureInfo.InvariantCulture), null);
996piScale.SetValue(parameter, Convert.ChangeType(sqlType.Scale, piScale.PropertyType, CultureInfo.InvariantCulture), null);
System.Data.Services.Client (1)
System.ServiceModel (3)
System.Web (1)
System.Web.DataVisualization (2)
System.Web.DynamicData (1)
System.Web.Entity (2)
System.Web.Services (2)
System.Windows.Forms.DataVisualization (2)
System.Workflow.Activities (1)
System.Workflow.ComponentModel (10)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (6)
1437extendedProperty.RealPropertyInfo.SetValue(extendee, value, null);
1626pi.SetValue(obj, value, null);
1895property.SetValue(obj, propValue, null);
2019property.SetValue(obj, memberValue, null);
2924this.contentProperty.SetValue(this.parentObject, contentPropertyValue, null);
3074this.contentProperty.SetValue(this.parentObject, content, null);
System.Workflow.Runtime (3)