5 references to None
System.Workflow.ComponentModel (5)
AuthoringOM\Design\ActivityDesigner.cs (1)
945HitTestLocations flags = (bounds.Contains(point)) ? HitTestLocations.Designer : HitTestLocations.None;
AuthoringOM\Design\CompositeActivityDesigner.cs (1)
1094if (hitInfo.HitLocation != HitTestLocations.None)
AuthoringOM\Design\DesignerInterfaces.cs (1)
572private HitTestLocations location = HitTestLocations.None;
AuthoringOM\Design\FreeFormDesigner.cs (1)
566(hitInfo.HitLocation == HitTestLocations.None || hitInfo.AssociatedDesigner == this || ShowConnectorsInForeground))
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
327if (hitInfo.HitLocation == HitTestLocations.None)