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