1 write to OnGetValue
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
2428
this.
OnGetValue
= getValueHandler;
2 references to OnGetValue
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
2482
if (
OnGetValue
!= null)
2483
return
OnGetValue
(this, obj);