19 references to HitTestInfo
System.Workflow.Activities (6)
Designers\StateDesigner.cs (5)
1174
compositeDesigner.InsertActivities(new
HitTestInfo
(compositeDesigner, HitTestLocations.Designer), activitiesToInsert.AsReadOnly());
1257
newSetStateParentDesigner.InsertActivities(new
HitTestInfo
(newSetStateParentDesigner, HitTestLocations.Designer), activitiesToInsert.AsReadOnly());
1604
if (!CanInsertActivities(new
HitTestInfo
(this, HitTestLocations.Designer), e.Activities))
1610
HitTestInfo moveLocation = new
HitTestInfo
(this, HitTestLocations.Designer);
1960
HitTestInfo hitTestInfo = new
HitTestInfo
(this, HitTestLocations.Designer);
Designers\StateDesigner.Layouts.cs (1)
501
hitInfo = new
HitTestInfo
(this.ActivityDesigner, HitTestLocations.Designer | HitTestLocations.ActionArea);
System.Workflow.ComponentModel (13)
AuthoringOM\Design\ActivityDesigner.cs (2)
959
hitInfo = new
HitTestInfo
(this, flags);
2536
hitInfo = new
HitTestInfo
(ActivityDesigner.GetDesigner(compositeActivity), HitTestLocations.Designer);
AuthoringOM\Design\ActivityPreviewDesigner.cs (3)
388
hitInfo = new
HitTestInfo
(activityDesigner, HitTestLocations.Designer);
390
hitInfo = new
HitTestInfo
(this, HitTestLocations.Designer | HitTestLocations.ActionArea);
395
hitInfo = new
HitTestInfo
(this, HitTestLocations.Designer | HitTestLocations.ActionArea);
AuthoringOM\Design\CommandSet.cs (2)
448
hitInfo = new
HitTestInfo
(compositeDesigner, HitTestLocations.Designer);
916
hitInfo = new
HitTestInfo
(compositeDesigner, HitTestLocations.Designer);
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\Connector.cs (1)
23
:
base
(connectionPoint.AssociatedDesigner, HitTestLocations.Designer | HitTestLocations.Connector)
AuthoringOM\Design\DesignerInterfaces.cs (1)
705
:
base
(compositeActivityDesigner, flags)
AuthoringOM\Design\FreeFormDesigner.cs (1)
561
return new
HitTestInfo
(this, HitTestLocations.Designer);
AuthoringOM\Design\SecondaryViewProvider.cs (1)
191
CompositeActivityDesigner.InsertActivities(this.parentDesigner, new
HitTestInfo
(this.parentDesigner, HitTestLocations.Designer), new List<Activity>(new Activity[] { activity }).AsReadOnly(), SR.GetString(SR.AddingImplicitActivity));