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