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