4 instantiations of ActivityDragEventArgs
System.Workflow.ComponentModel (4)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (4)
280ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities); 345ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities); 434ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities); 497dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, droppedActivities);
26 references to ActivityDragEventArgs
System.Workflow.Activities (6)
Designers\StateDesigner.cs (6)
1278protected override void OnDragEnter(ActivityDragEventArgs e) 1287protected override void OnDragOver(ActivityDragEventArgs e) 1302protected override void OnDragDrop(ActivityDragEventArgs e) 1596private bool CanDrop(ActivityDragEventArgs e) 1627private DragDropEffects CheckDragEffect(ActivityDragEventArgs e) 1645private Point GetDragImageSnapPoint(ActivityDragEventArgs e)
System.Workflow.ComponentModel (20)
AuthoringOM\Design\ActivityDesigner.cs (6)
1449protected virtual void OnDragEnter(ActivityDragEventArgs e) 1459protected virtual void OnDragOver(ActivityDragEventArgs e) 1476protected virtual void OnDragDrop(ActivityDragEventArgs e) 2767OnDragEnter(e as ActivityDragEventArgs); 2779OnDragOver(e as ActivityDragEventArgs); 2803OnDragDrop(e as ActivityDragEventArgs);
AuthoringOM\Design\ActivityPreviewDesigner.cs (3)
550protected override void OnDragEnter(ActivityDragEventArgs e) 557protected override void OnDragOver(ActivityDragEventArgs e) 789private Point SnapInToPreviewStripDropTarget(ActivityDragEventArgs e)
AuthoringOM\Design\FreeFormDesigner.cs (2)
850protected override void OnDragOver(ActivityDragEventArgs e) 859protected override void OnDragDrop(ActivityDragEventArgs e)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (3)
280ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities); 345ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities); 434ActivityDragEventArgs dragdropEventArgs = new ActivityDragEventArgs(eventArgs, this.dragInitiationPoint, logicalPoint, this.draggedActivities);
AuthoringOM\Design\StructuredCompositeActivityDesigner.cs (6)
484protected override void OnDragEnter(ActivityDragEventArgs e) 493protected override void OnDragOver(ActivityDragEventArgs e) 510protected override void OnDragDrop(ActivityDragEventArgs e) 688private Point SnapInToDropTarget(ActivityDragEventArgs e) 703private int CanDrop(ActivityDragEventArgs e) 744private DragDropEffects CheckDragEffect(ActivityDragEventArgs e)