7 references to HitLocation
System.Workflow.ComponentModel (7)
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1094
if (hitInfo.
HitLocation
!= HitTestLocations.None)
AuthoringOM\Design\DesignerInterfaces.cs (2)
749
destinationConnector.
HitLocation
==
HitLocation
&&
AuthoringOM\Design\FreeFormDesigner.cs (1)
566
(hitInfo.
HitLocation
== HitTestLocations.None || hitInfo.AssociatedDesigner == this || ShowConnectorsInForeground))
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);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
327
if (hitInfo.
HitLocation
== HitTestLocations.None)
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (1)
818
return new ConnectorHitTestInfo(this, location.
HitLocation
, lockedActivityOffset + location.MapToIndex());