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