4 writes to condition
System.Workflow.Activities (4)
Rules\Rule.cs (4)
48
this.
condition
= condition;
55
this.
condition
= condition;
122
condition
= value;
205
newRule.
condition
= this.condition.Clone();
5 references to condition
System.Workflow.Activities (5)
Rules\Rule.cs (5)
117
get { return
condition
; }
146
if (
condition
== null)
149
condition
.Validate(validation);
204
if (this.
condition
!= null)
205
newRule.condition = this.
condition
.Clone();