2 references to NameProperty
System.WorkflowServices (2)
System\Workflow\Activities\OperationInfoBase.cs (2)
53
get { return (string) this.GetValue(OperationInfoBase.
NameProperty
); }
54
set { this.SetValue(OperationInfoBase.
NameProperty
, value); }