.gif) |
ActivityDesigner |
Provides a base class for all activity designer components. |
.gif) |
ActivityDesignerHelper |
Verifies whether a model item is in a specific sequence or flowchart. |
.gif) |
ArgumentCollectionPropertyEditor |
Represents the editor that enables you to edit argument collection properties. This class cannot be inherited. |
.gif) |
ClipboardData |
|
.gif) |
CommandInfo |
Describes a command on the designer, such as copy or paste. |
.gif) |
CommandValues |
A commanding interface that is used for integration of workflow designer actions (e.g., context menu) with custom provided implementation - i.e. property browser service, debugging service, etc. |
.gif) |
ContextItem |
Represents a base class from which all context items must derive. This class is abstract. |
.gif) |
ContextItemManager |
Represents a class that maintains a set of context items. Each context item represents a piece of transient state in a designer. This class is abstract. |
.gif) |
CreateInstance |
Represents a markup extension used in XAML that enables creation of objects in-place, rather than defining them in resources. |
.gif) |
CutCopyPasteHelper |
Provides functions to cut, copy, and paste items. |
.gif) |
DefaultCommandExtensionCallback |
Provides default key input gestures for most of the Workflow commands. |
.gif) |
DeleteHelper |
Represents a class that can be used to delete an [System.Activities.Design.EditingContext] object. |
.gif) |
DragDropHelper |
Represents a helper class to assist dragging and dropping inside the workflow designer. |
.gif) |
EditingContext |
The EditingContext class contains contextual state information about a designer. This includes permanent state information such as the list of services running in the designer. It also includes transient state consisting of context items including the set of currently selected objects as well as the editing tool being used to manipulate objects on the design surface. |
.gif) |
ErrorReporting |
Represents a class that can be used to generate error messages. This class cannot be inherited. |
.gif) |
MutableKeyValuePair<TKey, TValue> |
Defines a key/value pair that can be modified. |
.gif) |
NotConverter |
Transform Boolean values using a logical not operation. |
.gif) |
NullToBooleanConverter |
Converts a null value to Boolean. |
.gif) |
OrderToken |
Represents a base class used to identify the sort order of hierarchical items. OrderTokens can be used to define priority that is based on some predefined defaults or other OrderTokens. |
.gif) |
ReadOnlyState |
Indicates whether an object is read-only. |
.gif) |
ServiceManager |
Implements IserviceProvider and provides access to services offered by the editing context. |
.gif) |
TextFormattingConverter |
Provides functions to format text strings. |
.gif) |
ToolboxBrowsableAttribute |
Represents an attribute that determines visibility (or browsability) of a particular class type in the Choose Items... menu. |
.gif) |
ToolboxCategoryItemsCollection |
Stores information about tools associated with a given category item. |
.gif) |
ToolboxControl |
Provides functions to render a categorized tools collection, as well as notify users about tool selection and creation events. |
.gif) |
ToolboxItemWrapper |
Represents a wrapper for ToolboxItem instances. It provides support for categorization of toolbox items. This class cannot be inherited. |
.gif) |
ToolCreatedEventArgs |
Represents event arguments for the tool created event. |
.gif) |
TypeCollectionDesigner |
Represents a designer for type collections. |
.gif) |
TypeCollectionPropertyEditor |
Represents a dialog editor that enables editing type collection properties. This class cannot be inherited. |
.gif) |
UndoEngine |
Provides undo and redo operation implementations for designers. |
.gif) |
UndoUnit |
Represents a single unit of undoable work. Such a unit is added to an undo stack, and methods are provided to traverse the stack and perform an undo action on each unit. |
.gif) |
UndoUnitEventArgs |
Represents the argument that is passed to the UndoUnitAddedevent() event. |
.gif) |
WindowHelperService |
Provides functionalities to register and unregister delegates for event notifications, as well as set ownership for windows. |
.gif) |
WorkflowCommandExtensionItem |
Provides functions to update each workflow's designer command (that is, input gestures collection). You should provide an IWorkflowCommandExtensionCallback implementation to receive notifications. |
.gif) |
WorkflowDesigner |
Provides a designer canvas which renders the visual representation of a workflow model as it is being designed. |
.gif) |
WorkflowDesignerColors |
An enumeration for colors to be used for the workflow designer user interface |
.gif) |
WorkflowElementDesigner |
Represents the default activity designer, which is assigned to any activities that have no specified designer and is the base class used when creating custom activity designers. |
.gif) |
WorkflowElementDialog |
Represents a dialog box for the workflow element. |
.gif) |
WorkflowElementDialogWindow |
Represents the dialog window of a workflow element. |
.gif) |
WorkflowFileItem |
Represents a file context item. |
.gif) |
WorkflowItemPresenter |
Provides a visual editor to edit ModelItem objects, and provides an area for the user to drag and drop, and otherwise edit composed elements. |
.gif) |
WorkflowItemsPresenter |
Represents a control that can be used to present a collection of objects on a design surface. |
.gif) |
WorkflowViewElement |
Base class for any workflow UI element. |