1 write to form
System.Workflow.Activities (1)
Rules\RuleValidation.cs (1)
2699this.form = form;
7 references to form
System.Workflow.Activities (7)
Rules\RuleValidation.cs (7)
2710get { return form == Form.Expanded; } 2862if (this.form == Form.Normal && other.form == Form.Expanded) 2868else if (this.form == Form.Expanded && other.form == Form.Normal) 2874else if (this.form == Form.Expanded && other.form == Form.Expanded)