16 references to Yes
System (2)
compmod\system\componentmodel\MemberDescriptor.cs (1)
252
return(DesignOnlyAttribute.
Yes
.Equals(Attributes[typeof(DesignOnlyAttribute)]));
compmod\system\componentmodel\ReflectTypeDescriptionProvider.cs (1)
1184
attrs = new Attribute[] {DesignOnlyAttribute.
Yes
};
System.Workflow.Activities (11)
Designers\InvokeWebServiceDesigner.cs (1)
76
properties["URL"] = new WebServiceUrlPropertyDescriptor(Activity.Site, TypeDescriptor.CreateProperty(this.GetType(), "URL", typeof(string), DesignOnlyAttribute.
Yes
, MergablePropertyAttribute.No));
EventSinkActivity.cs (1)
477
PropertyDescriptor prop = new ParameterInfoBasedPropertyDescriptor(typeof(HandleExternalEventActivity), param, true, DesignOnlyAttribute.
Yes
);
InvokeMethodActivity.cs (1)
276
PropertyDescriptor prop = new ParameterInfoBasedPropertyDescriptor(typeof(CallExternalMethodActivity), param, true, DesignOnlyAttribute.
Yes
);
InvokeWebService.cs (2)
405
prop = new ParameterInfoBasedPropertyDescriptor(typeof(InvokeWebServiceActivity), paramInfo, false, DesignOnlyAttribute.
Yes
);
407
prop = new ParameterInfoBasedPropertyDescriptor(typeof(InvokeWebServiceActivity), paramInfo, InvokeWebServiceActivity.ReservedParameterNames.Contains(paramInfo.Name), DesignOnlyAttribute.
Yes
);
Rules\Design\LogicalExpressionTypeConverter.cs (3)
52
newProps.Add(new RuleConditionReferenceNamePropertyDescriptor(context, TypeDescriptor.CreateProperty(typeof(RuleConditionReference), "ConditionName", typeof(string), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.
Yes
)));
53
newProps.Add(new RuleConditionReferencePropertyDescriptor(context, TypeDescriptor.CreateProperty(typeof(RuleConditionReference), "Expression", typeof(CodeExpression), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.
Yes
)));
176
newProps.Add(new RuleSetPropertyDescriptor(site, TypeDescriptor.CreateProperty(typeof(RuleSet), "RuleSet Definition", typeof(RuleSet), new DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content), DesignOnlyAttribute.
Yes
)));
WebServiceReceive.cs (1)
464
PropertyDescriptor prop = new ParameterInfoBasedPropertyDescriptor(typeof(WebServiceInputActivity), paramInfo, true, DesignOnlyAttribute.
Yes
);
WebServiceResponse.cs (2)
278
prop = new ParameterInfoBasedPropertyDescriptor(typeof(WebServiceOutputActivity), paramInfo, false, DesignOnlyAttribute.
Yes
);
280
prop = new ParameterInfoBasedPropertyDescriptor(typeof(WebServiceOutputActivity), paramInfo, true, DesignOnlyAttribute.
Yes
);
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowInlining.cs (1)
404
PropertyDescriptor prop = new ParameterInfoBasedPropertyDescriptor(Type.GetType(InvokeWorkflowRef), parameterProperty.Name, parameterProperty.PropertyType, ReservedParameterNames.Contains(parameterProperty.Name), DesignOnlyAttribute.
Yes
);
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (1)
802
param, true, DesignOnlyAttribute.
Yes
);
System\Workflow\Activities\SendActivity.cs (1)
481
param, true, DesignOnlyAttribute.
Yes
);