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