2 references to ContractTypeProperty
System.WorkflowServices (2)
System\Workflow\Activities\TypedOperationInfo.cs (2)
50get { return (Type) this.GetValue(TypedOperationInfo.ContractTypeProperty); } 51set { this.SetValue(TypedOperationInfo.ContractTypeProperty, value); }