3 writes to lastWorkflowSymbol
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (2)
441
this.
lastWorkflowSymbol
= null;
560
this.
lastWorkflowSymbol
= GetAttachedWorkflowSymbol();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
42
set { this.
lastWorkflowSymbol
= value; }
1 reference to lastWorkflowSymbol
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.SerializationHelpers.cs (1)
41
get { return this.
lastWorkflowSymbol
; }