6 writes to rulesText
System.Workflow.ComponentModel (6)
AuthoringOM\Design\ActivityDesigner.cs (6)
794
this.
rulesText
= String.Empty;
799
this.
rulesText
= DR.GetString(DR.Rules);
804
this.
rulesText
+= "\n";
814
this.
rulesText
+= String.Format(CultureInfo.CurrentCulture, "{0}: {1}", ruleName, ruleDescription);
820
this.
rulesText
+= "\n\n" + DR.GetString(DR.More);
1810
this.
rulesText
= null;
4 references to rulesText
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ActivityDesigner.cs (4)
792
if (this.
rulesText
== null)
815
if (this.
rulesText
.Length > maxRulesLength)
819
if (this.
rulesText
.Length > maxRulesLength)
824
return this.
rulesText
;