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