5 writes to dragStarted
System.Workflow.ComponentModel (5)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (5)
91this.dragStarted = true; 127this.dragStarted = false; 156this.dragStarted = false; 186this.dragStarted = false; 200this.dragStarted = false;
1 reference to dragStarted
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
117else if (parentView.RootDesigner != null && this.dragStarted && (eventArgs.Button & MouseButtons.Left) > 0 && (Math.Abs(this.dragInitiationPoint.X - logicalPoint.X) > SystemInformation.DragSize.Width || Math.Abs(this.dragInitiationPoint.Y - logicalPoint.Y) > SystemInformation.DragSize.Height))