1 instantiation of DesignerAction
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesigner.cs (1)
466
DesignerAction designerAction = new
DesignerAction
(this, i, error.ErrorText, AmbientTheme.ConfigErrorImage);
13 references to DesignerAction
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ActivityDesigner.cs (5)
65
private List<
DesignerAction
> designerActions;
423
protected internal virtual ReadOnlyCollection<
DesignerAction
> DesignerActions
429
this.designerActions = new List<
DesignerAction
>();
466
DesignerAction
designerAction = new DesignerAction(this, i, error.ErrorText, AmbientTheme.ConfigErrorImage);
1551
protected internal virtual void OnExecuteDesignerAction(
DesignerAction
designerAction)
AuthoringOM\Design\DesignerHelpers.cs (3)
1518
internal static DesignerVerb[] GetDesignerActionVerbs(ActivityDesigner designer, ReadOnlyCollection<
DesignerAction
> designerActions)
1563
DesignerAction
designerAction = designerVerb.Properties[DesignerUserDataKeys.DesignerAction] as
DesignerAction
;
AuthoringOM\Design\DesignerInterfaces.cs (1)
67
void AddDesignerActions(
DesignerAction
[] actions);
AuthoringOM\Design\XomlDesignerLoader.cs (4)
863
extendedUIService.AddDesignerActions(new List<
DesignerAction
>(activityDesigner.DesignerActions).ToArray());
898
foreach (
DesignerAction
action in activityDesigner.DesignerActions)
923
DesignerAction
action = null;
924
internal PropertyValueUIItemHandler(
DesignerAction
action)