5 writes to dragStarted
System.Workflow.ComponentModel (5)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (5)
91
this.
dragStarted
= true;
127
this.
dragStarted
= false;
156
this.
dragStarted
= false;
186
this.
dragStarted
= false;
200
this.
dragStarted
= false;
1 reference to dragStarted
System.Workflow.ComponentModel (1)
AuthoringOM\Design\MessageFilters\DragDropManager.cs (1)
117
else 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))