1 instantiation of ReflectionProperty
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\ReflectionModel\ReflectionExtensions.cs (1)
95return new ReflectionProperty(getMethod, setMethod);
2 references to ReflectionProperty
System.ComponentModel.Composition (2)
System\ComponentModel\Composition\ReflectionModel\ReflectionExtensions.cs (2)
81public static ReflectionProperty ToReflectionProperty(this PropertyInfo property) 88public static ReflectionProperty CreateReflectionProperty(MethodInfo getMethod, MethodInfo setMethod)