4 writes to DragDropActive
System.Workflow.Activities (4)
Designers\StateDesigner.cs (4)
1282
this.
DragDropActive
= CanDrop(e);
1291
this.
DragDropActive
= CanDrop(e);
1299
this.
DragDropActive
= false;
1307
this.
DragDropActive
= false;
3 references to DragDropActive
System.Workflow.Activities (3)
Designers\StateDesigner.cs (2)
1304
if (this.
DragDropActive
)
1629
if (e.Activities.Count == 0 || (!this.
DragDropActive
))
Designers\StateDesigner.Layouts.cs (1)
1213
if (this.StateDesigner.
DragDropActive
)