1 write to userData
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
547
this.
userData
= Hashtable.Synchronized(new Hashtable());
3 references to userData
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
542
if (this.
userData
== null)
546
if (this.
userData
== null)
550
return this.
userData
;