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