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