6 references to InteropDesigner
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\DesignerMetadata.cs (1)
125
delayedWorker.RegisterMetadataDelayed("System.Workflow.Runtime",
InteropDesigner
.RegisterMetadata);
System\Activities\Core\Presentation\InteropDesigner.xaml.cs (5)
31
if (
InteropDesigner
.filter == null)
41
InteropDesigner
.filter = (type) => activityType.IsAssignableFrom(type);
45
return
InteropDesigner
.filter;
93
Type activityType = GetTypeByQualifiedName(
InteropDesigner
.InteropTypeAssemblyQualifiedName);
98
builder.AddCustomAttributes(activityType, new DesignerAttribute(typeof(
InteropDesigner
)));