2 writes to UITypeEditor
System.Workflow.ComponentModel (2)
AuthoringOM\Design\CustomActivityDesigner.cs (2)
491
customProperty.
UITypeEditor
= uiTypeEditorType.FullName;
494
customProperty.
UITypeEditor
= attributeInfo.GetArgumentValueAs(serviceProvider, 0, typeof(string)) as string;
5 references to UITypeEditor
System.Workflow.ComponentModel (5)
AuthoringOM\Design\CustomActivityDesigner.cs (5)
493
if (String.IsNullOrEmpty(customProperty.
UITypeEditor
))
656
if (!string.IsNullOrEmpty(property.
UITypeEditor
))
657
attributeList.Add(new AttributeInfo(typeof(EditorAttribute), new string[] { }, new object[] { new CodeTypeOfExpression(property.
UITypeEditor
), new CodeTypeOfExpression(typeof(UITypeEditor)) }));
674
property.
UITypeEditor
== oldProperty.
UITypeEditor
)