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