Implemented interface member:
method
GetProperty
System.Runtime.InteropServices._Type.GetProperty(System.String, System.Type[])
4 references to GetProperty
System.ServiceModel (2)
System\ServiceModel\Activation\SystemWebHelper.cs (2)
129PropertyInfo itemPropertyInfo = roleProviderCollection.GetType().GetProperty("Item", new Type[] { typeof(string) }); 191PropertyInfo itemPropertyInfo = membershipProviderCollection.GetType().GetProperty("Item", new Type[] { typeof(string) });
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2960PropertyInfo listItemPI = objectToDeserialize.GetType().GetProperty("Item", new Type[] { typeof(int) });
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
2960PropertyInfo listItemPI = objectToDeserialize.GetType().GetProperty("Item", new Type[] { typeof(int) });