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