1 write to dynamicUpdateMode
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
521
this.
dynamicUpdateMode
= false;
2 references to dynamicUpdateMode
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (2)
517
return this.
dynamicUpdateMode
;
532
return this.designMode && !this.
dynamicUpdateMode
;