7 references to HitLocation
System.Workflow.ComponentModel (7)
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1094if (hitInfo.HitLocation != HitTestLocations.None)
AuthoringOM\Design\DesignerInterfaces.cs (2)
749destinationConnector.HitLocation == HitLocation &&
AuthoringOM\Design\FreeFormDesigner.cs (1)
566(hitInfo.HitLocation == HitTestLocations.None || hitInfo.AssociatedDesigner == this || ShowConnectorsInForeground))
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (1)
104showMoveCursor |= (MessageHitTestContext != null && MessageHitTestContext.AssociatedDesigner != null && ActivityDesigner.GetParentDesigner(MessageHitTestContext.AssociatedDesigner.Activity) is FreeformActivityDesigner && (MessageHitTestContext.HitLocation & HitTestLocations.ActionArea) == 0);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
327if (hitInfo.HitLocation == HitTestLocations.None)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
818return new ConnectorHitTestInfo(this, location.HitLocation, lockedActivityOffset + location.MapToIndex());