2 writes to operationHelper
System.WorkflowServices (2)
System\Workflow\Activities\SendActivity.cs (2)
251
this.
operationHelper
= this.UserData[typeof(SendOperationInfoHelper)] as SendOperationInfoHelper;
257
this.
operationHelper
= new SendOperationInfoHelper(this.Site, this);
4 references to operationHelper
System.WorkflowServices (4)
System\Workflow\Activities\SendActivity.cs (4)
247
if (this.
operationHelper
== null)
255
if (this.
operationHelper
== null)
258
this.UserData[typeof(SendOperationInfoHelper)] = this.
operationHelper
;
261
return this.
operationHelper
;