Implemented interface member:
method
GetValue
System.Runtime.InteropServices._PropertyInfo.GetValue(System.Object, System.Object[])
4 overrides of GetValue
mscorlib (2)
System.Activities.Presentation (1)
System.Data (1)
166 references to GetValue
mscorlib (1)
PresentationCore (1)
PresentationFramework (11)
System (1)
System.Activities (4)
System.Activities.Core.Presentation (1)
System.Activities.Presentation (11)
System.ComponentModel.DataAnnotations (3)
System.Configuration (3)
System.Data (11)
System.Data.Entity (13)
System\Data\SqlClient\SqlSpatialServices.Generated.cs (10)
173object result = ipi_SqlGeography_STSrid.Value.GetValue(sqlGeographyValue, null);
325object result = ipi_SqlGeography_Lat.Value.GetValue(sqlGeographyValue, null);
333object result = ipi_SqlGeography_Long.Value.GetValue(sqlGeographyValue, null);
341object result = ipi_SqlGeography_Z.Value.GetValue(sqlGeographyValue, null);
349object result = ipi_SqlGeography_M.Value.GetValue(sqlGeographyValue, null);
553object result = ipi_SqlGeometry_STSrid.Value.GetValue(sqlGeometryValue, null);
799object result = ipi_SqlGeometry_STX.Value.GetValue(sqlGeometryValue, null);
807object result = ipi_SqlGeometry_STY.Value.GetValue(sqlGeometryValue, null);
815object result = ipi_SqlGeometry_Z.Value.GetValue(sqlGeometryValue, null);
823object result = ipi_SqlGeometry_M.Value.GetValue(sqlGeometryValue, null);
System.Data.Entity.Design (3)
System.Data.Linq (4)
System.Data.Services.Client (1)
System.Data.Services.Design (1)
System.Drawing (5)
System.ServiceModel (13)
System\ServiceModel\Activation\SystemWebHelper.cs (9)
83if (((bool)rolesEnabledPropertyInfo.GetValue(null, null)) == true)
87result = rolesProviderPropertyInfo.GetValue(null, null) as RoleProvider;
126object roleProviderCollection = roleProvidersPropertyInfo.GetValue(null, null);
131return (RoleProvider)itemPropertyInfo.GetValue(roleProviderCollection, new object[] { roleProviderName });
159return (MembershipProvider)membershipProviderPropertyInfo.GetValue(null, null);
188object membershipProviderCollection = membershipProvidersPropertyInfo.GetValue(null, null);
193return (MembershipProvider)itemPropertyInfo.GetValue(membershipProviderCollection, new object[] { membershipProviderName });
226(int)GetSystemWebType("System.Web.Configuration.WebApplicationLevel").GetProperty("AboveApplication").GetValue(null, null) == webApplicationLevelAboveApplication,
232return (int)applicationLevelPropertyInfo.GetValue(configHostingContext, null) == webApplicationLevelAboveApplication;
System.Web (10)
System.Web.DataVisualization (14)
Common\Utilities\XmlSerializer.cs (11)
414 ((IList)pi.GetValue(objectToReset, null)).Clear();
420 foreach(object listObject in ((IList)pi.GetValue(objectToReset, null)))
452 object objectProperty = pi.GetValue(objectToReset, null);
485 ResetObjectProperties(pi.GetValue(objectToReset, null), objectToReset, pi.Name);
804objByName = pi.GetValue(list, new object[] { itemName });
1564 SerializeCollection(pi.GetValue(objectToSerialize, null), pi.Name, xmlNode, xmlDocument);
1581 SerializeProperty(pi.GetValue(objectToSerialize, null), objectToSerialize, pi.Name, xmlNode, xmlDocument);
1586 SerializeObject(pi.GetValue(objectToSerialize, null), objectToSerialize, pi.Name, xmlNode, xmlDocument);
2415 SerializeCollection(pi.GetValue(objectToSerialize, null), pi.Name, writer);
2434SerializeProperty(pi.GetValue(objectToSerialize, null), objectToSerialize, pi.Name, writer);
2439SerializeObject(pi.GetValue(objectToSerialize, null), objectToSerialize, pi.Name, writer);
System.Web.DynamicData (1)
System.Web.Entity (1)
System.Web.Extensions (5)
System.Web.Services (1)
System.Windows.Forms (5)
System.Windows.Forms.DataVisualization (14)
System.Workflow.Activities (2)
System.Workflow.ComponentModel (23)
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (11)
792propertyValue = property.GetValue(obj, null);
967propertyValue = property.CanRead ? property.GetValue(obj, null) : null;
1431return extendedProperty.RealPropertyInfo.GetValue(extendee, null);
1513propValue = (obj1 as PropertyInfo).GetValue(dependencyObject, null);
1630ICollection<string> propVal = pi.GetValue(obj, null) as ICollection<string>;
1825propValue = property.CanRead ? property.GetValue(obj, null) : null;
2023ICollection<string> propVal = property.GetValue(obj, null) as ICollection<string>;
2901contentPropertyValue = this.contentProperty.GetValue(this.parentObject, null);
2955object contentPropertyValue = this.contentProperty.GetValue(this.parentObject, null);
2978value = this.contentProperty.GetValue(this.parentObject, null);
3007object propertyValue = this.contentProperty.GetValue(this.parentObject, null);
System.Workflow.Runtime (3)