10 references to ComponentDispenser
System.Workflow.ComponentModel (10)
AuthoringOM\ActivityExecutor.cs (1)
172
activityExecutorsObjects =
ComponentDispenser
.CreateActivityExecutors(activity);
AuthoringOM\Compiler\CodeGeneration\CodeGenerationManager.cs (1)
55
foreach (ActivityCodeGenerator generator in
ComponentDispenser
.CreateComponents(type, typeof(ActivityCodeGeneratorAttribute)))
AuthoringOM\Compiler\Validation\ValidationManager.cs (1)
68
foreach (Validator validator in
ComponentDispenser
.CreateComponents(type, typeof(ActivityValidatorAttribute)))
AuthoringOM\ComponentFactoryHelpers.cs (3)
84
customAttributes.AddRange(
ComponentDispenser
.GetCustomAttributes(interfaceType, componentTypeAttribute, true));
87
customAttributes.AddRange(
ComponentDispenser
.GetCustomAttributes(objectType, componentTypeAttribute, true));
112
component =
ComponentDispenser
.CreateComponentInstance(typeName, objectType);
AuthoringOM\Design\XomlDesignerLoader.cs (3)
33
ComponentDispenser
.RegisterComponentExtenders(typeof(CustomActivityDesignerAdapter), new IExtenderProvider[] { new CustomActivityPropertyExtender() });
73
foreach (IExtenderProvider extender in
ComponentDispenser
.Extenders)
97
foreach (IExtenderProvider extender in
ComponentDispenser
.Extenders)
AuthoringOM\ScheduleChanges.cs (1)
676
foreach (Validator validator in
ComponentDispenser
.CreateComponents(ownerActivity.GetType(), typeof(ActivityValidatorAttribute)))