1 write to LastWorkflowSymbol
System.Activities.Presentation (1)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (1)
284
this.
LastWorkflowSymbol
= this.GetWorkflowSymbol(fileName, deserializedObject, sourceLocations);
2 references to LastWorkflowSymbol
System.Activities.Presentation (2)
Microsoft.Tools.Common\Microsoft\Activities\Presentation\Xaml\WorkflowDesignerXamlHelper.cs (2)
285
if (this.
LastWorkflowSymbol
!= null)
287
retVal = retVal.Replace(DesignTimeXamlWriter.EmptyWorkflowSymbol, this.
LastWorkflowSymbol
.Encode());