Implemented interface member:
method
GetProperty
System.Runtime.InteropServices._Type.GetProperty(System.String, System.Type, System.Type[])
3 references to GetProperty
mscorlib (1)
system\reflection\customattribute.cs (1)
1785property = attributeType.GetProperty(name, type, Type.EmptyTypes) as RuntimePropertyInfo;
System.Web.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
755 PropertyInfo pi = list.GetType().GetProperty("Item", itemType, new Type[] {typeof(string)} );
System.Windows.Forms.DataVisualization (1)
Common\Utilities\XmlSerializer.cs (1)
755 PropertyInfo pi = list.GetType().GetProperty("Item", itemType, new Type[] {typeof(string)} );