1 write to setMethod
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1603
this.
setMethod
= setMethod;
6 references to setMethod
System.Workflow.ComponentModel (6)
AuthoringOM\Bind.cs (6)
1620
return this.
setMethod
;
1659
if (this.
setMethod
== null && (this.originalPropertyInfo == null || !this.originalPropertyInfo.CanWrite))
1662
if (this.
setMethod
!= null)
1670
this.
setMethod
.Invoke(obj, invokeAttr, binder, parameters, culture);
1680
return new MethodInfo[] { this.getMethod, this.
setMethod
};
1703
if (this.
setMethod
!= null)