1 write to propertyName
System.Workflow.ComponentModel (1)
AuthoringOM\Bind.cs (1)
1604
this.
propertyName
= propertyName;
3 references to propertyName
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
1610
get { return this.
propertyName
; }
1649
throw new InvalidOperationException(SR.GetString(SR.Error_PropertyHasNoGetterDefined, this.
propertyName
));
1660
throw new InvalidOperationException(SR.GetString(SR.Error_PropertyHasNoSetterDefined, this.
propertyName
));