1 write to Description
System.Workflow.ComponentModel (1)
AuthoringOM\Design\CustomActivityDesigner.cs (1)
478customProperty.Description = attributeInfo.GetArgumentValueAs(serviceProvider, 0, typeof(string)) as string;
4 references to Description
System.Workflow.ComponentModel (4)
AuthoringOM\Design\CustomActivityDesigner.cs (4)
653if (property.Description != null) 654attributeList.Add(new AttributeInfo(typeof(DescriptionAttribute), new string[] { }, new object[] { new CodePrimitiveExpression(property.Description) })); 671property.Description == oldProperty.Description &&