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