1 write to OnGetValue
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (1)
44this.OnGetValue = getValueHandler;
2 references to OnGetValue
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ExtendedPropertyInfo.cs (2)
122if (OnGetValue != null) 123return OnGetValue(this, obj);