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