1 write to getMethod
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1602this.getMethod = getMethod;
10 references to getMethod
System.Workflow.ComponentModel (10)
AuthoringOM\Bind.cs (10)
1615return this.getMethod; 1627if (this.getMethod != null) 1628return this.getMethod.ReturnType; 1638if (this.getMethod != null) 1639return this.getMethod.GetParameters(); 1648if (this.getMethod == null && (this.originalPropertyInfo == null || !this.originalPropertyInfo.CanRead)) 1651if (this.getMethod != null) 1652return this.getMethod.Invoke(obj, invokeAttr, binder, index, culture); 1680return new MethodInfo[] { this.getMethod, this.setMethod }; 1691if (this.getMethod != null)