4 writes to Type
System.Workflow.ComponentModel (4)
AuthoringOM\Design\CustomActivityDesigner.cs (4)
439
customProperty.
Type
= typeof(ActivityBind).FullName;
450
customProperty.
Type
= propertyType.FullName;
893
newCustomProperty.
Type
= baseType.FullName;
897
newCustomProperty.
Type
= propertyDescriptor.PropertyType.FullName;
6 references to Type
System.Workflow.ComponentModel (6)
AuthoringOM\Design\CustomActivityDesigner.cs (6)
600
memberCreationService.CreateEvent(customActivityType.FullName, property.Name, typeProvider.GetType(property.
Type
), attributes, property.GenerateDependencyProperty);
602
memberCreationService.CreateProperty(customActivityType.FullName, property.Name, typeProvider.GetType(property.
Type
), attributes, property.GenerateDependencyProperty, false, false, null, false);
611
if (existingProperty.Name == property.oldPropertyName && existingProperty.
Type
== property.oldPropertyType)
620
Type propertyType = typeProvider.GetType(property.
Type
, false);
668
property.
Type
== oldProperty.
Type
&&