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