1 write to propertyDescriptorGetValue
System.Activities (1)
System\Activities\ExpressionUtilities.cs (1)
55
propertyDescriptorGetValue
= typeof(PropertyDescriptor).GetMethod("GetValue");
2 references to propertyDescriptorGetValue
System.Activities (2)
System\Activities\ExpressionUtilities.cs (2)
53
if (
propertyDescriptorGetValue
== null)
58
return
propertyDescriptorGetValue
;