1 write to text
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
357set { this.text = value; }
3 references to text
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (3)
356get { return this.text; } 396if (!string.IsNullOrEmpty(this.text)) 404object deserializedObject = DeserializeString(this.text, out loadErrors, out sourceLocations);