2 writes to _completedStateDesignerImage
System.Workflow.Activities (2)
Designers\StateDesigner.cs (2)
2680
this.
_completedStateDesignerImage
= null;
2716
_completedStateDesignerImage
= GetImageFromPath(this, ContainingTheme.ContainingFileDirectory, _completedStateDesignerImagePath);
4 references to _completedStateDesignerImage
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
2677
if (this.
_completedStateDesignerImage
!= null)
2679
this.
_completedStateDesignerImage
.Dispose();
2715
if (
_completedStateDesignerImage
== null && !String.IsNullOrEmpty(_completedStateDesignerImagePath))
2717
return
_completedStateDesignerImage
;