6 references to ActionArea
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
501
hitInfo = new HitTestInfo(this.ActivityDesigner, HitTestLocations.Designer | HitTestLocations.
ActionArea
);
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityPreviewDesigner.cs (2)
390
hitInfo = new HitTestInfo(this, HitTestLocations.Designer | HitTestLocations.
ActionArea
);
395
hitInfo = new HitTestInfo(this, HitTestLocations.Designer | HitTestLocations.
ActionArea
);
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
1082
hitInfo = new HitTestInfo(this, HitTestLocations.Designer | HitTestLocations.
ActionArea
);
1106
hitInfo = new HitTestInfo(hitInfo.AssociatedDesigner, HitTestLocations.Designer | HitTestLocations.
ActionArea
);
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
104
showMoveCursor |= (MessageHitTestContext != null && MessageHitTestContext.AssociatedDesigner != null && ActivityDesigner.GetParentDesigner(MessageHitTestContext.AssociatedDesigner.Activity) is FreeformActivityDesigner && (MessageHitTestContext.HitLocation & HitTestLocations.
ActionArea
) == 0);