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