2 references to workflowMarkup
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivitySurrogate.cs (2)
217
if (this.type == null && string.IsNullOrEmpty(this.
workflowMarkup
))
227
rootActivityDefinition = Activity.OnResolveActivityDefinition(this.type, this.
workflowMarkup
, this.rulesMarkup, createNewDef, !createNewDef, null);