4 types derived from ActivityToolboxItem
System.Workflow.Activities (4)
Designers\ConditionalDesigner.cs (1)
21
internal sealed class IfElseToolboxItem :
ActivityToolboxItem
Designers\InvokeWebServiceDesigner.cs (1)
28
internal sealed class InvokeWebServiceToolboxItem :
ActivityToolboxItem
Designers\ListenDesigner.cs (1)
21
internal sealed class ListenToolboxItem :
ActivityToolboxItem
Designers\ParallelDesigner.cs (1)
21
internal sealed class ParallelToolboxItem :
ActivityToolboxItem
40 references to ActivityToolboxItem
System.Workflow.Activities (16)
Code.cs (1)
18
[ToolboxItem(typeof(
ActivityToolboxItem
))]
CompensatableSequenceActivity.cs (1)
21
[ToolboxItem(typeof(
ActivityToolboxItem
))]
ConstrainedGroup.cs (1)
27
[ToolboxItem(typeof(
ActivityToolboxItem
))]
Delay.cs (1)
22
[ToolboxItem(typeof(
ActivityToolboxItem
))]
Designers\StateDesigner.cs (1)
2268
image =
ActivityToolboxItem
.GetToolboxImage(designer.Activity.GetType());
EventDriven.cs (1)
24
[ToolboxItem(typeof(
ActivityToolboxItem
))]
EventHandlingScope.cs (1)
23
[ToolboxItem(typeof(
ActivityToolboxItem
))]
InvokeSchedule.cs (1)
31
[ToolboxItem(typeof(
ActivityToolboxItem
))]
Policy.cs (1)
26
[ToolboxItem(typeof(
ActivityToolboxItem
))]
Sequence.cs (1)
21
[ToolboxItem(typeof(
ActivityToolboxItem
))]
SetState.cs (1)
22
[ToolboxItem(typeof(
ActivityToolboxItem
))]
State.cs (1)
27
[ToolboxItem(typeof(
ActivityToolboxItem
))]
StateFinalizationActivity.cs (1)
23
[ToolboxItem(typeof(
ActivityToolboxItem
))]
StateInitialization.cs (1)
23
[ToolboxItem(typeof(
ActivityToolboxItem
))]
Task.cs (1)
28
[ToolboxItem(typeof(
ActivityToolboxItem
))]
While.cs (1)
23
[ToolboxItem(typeof(
ActivityToolboxItem
))]
System.Workflow.ComponentModel (24)
AuthoringOM\Activity.cs (1)
139
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Behaviors\CompensatableTransactionScopeActivity.cs (1)
16
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Behaviors\Compensate.cs (1)
15
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Behaviors\ExceptionHandler.cs (1)
21
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Behaviors\SynchronizationScope.cs (1)
20
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Behaviors\TransactionScope.cs (1)
16
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Design\ActivityDesigner.cs (4)
692
designerImage =
ActivityToolboxItem
.GetToolboxImage(Activity.GetType());
1981
activityDesigner.Image =
ActivityToolboxItem
.GetToolboxImage(activity.GetType());
2493
if (!(toolboxItem is
ActivityToolboxItem
))
2502
if (toolBoxItemAttribute != null && typeof(System.Workflow.ComponentModel.Design.
ActivityToolboxItem
).IsAssignableFrom(toolBoxItemAttribute.ToolboxItemType))
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
646
ActivityToolboxItem
ActivityToolboxItem = toolBoxItem as
ActivityToolboxItem
;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (7)
689
bool customWinOEActivityType = (toolboxItem is
ActivityToolboxItem
);
732
Image image =
ActivityToolboxItem
.GetToolboxImage(type);
745
TreeNode nodeToInsert = (imageIndex >= 0) ? new TreeNode(
ActivityToolboxItem
.GetToolboxDisplayName(type), imageIndex, imageIndex) : new TreeNode(
ActivityToolboxItem
.GetToolboxDisplayName(type));
1009
if (toolboxItemAttrib != null && toolboxItemAttrib.ToolboxItemType != null && typeof(
ActivityToolboxItem
).IsAssignableFrom(toolboxItemAttrib.ToolboxItemType))
1011
ActivityToolboxItem
item = Activator.CreateInstance(toolboxItemAttrib.ToolboxItemType, new object[] { activityType }) as
ActivityToolboxItem
;
AuthoringOM\Design\SecondaryViewProvider.cs (2)
47
string displayName =
ActivityToolboxItem
.GetToolboxDisplayName(designer.Activity.GetType());
139
: base(id, text,
ActivityToolboxItem
.GetToolboxImage(activityType))
AuthoringOM\Fault.cs (1)
21
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Suspend.cs (1)
22
[ToolboxItem(typeof(
ActivityToolboxItem
))]
AuthoringOM\Terminate.cs (1)
19
[ToolboxItem(typeof(
ActivityToolboxItem
))]