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