3 writes to rightMouseClickWithCtrlDown
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (3)
587this.rightMouseClickWithCtrlDown = false; 633rightMouseClickWithCtrlDown = true; 704this.rightMouseClickWithCtrlDown = false;
2 references to rightMouseClickWithCtrlDown
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
523if (this.rightMouseClickWithCtrlDown || this.leftMouseButtonDown) 670if (!rightMouseClickWithCtrlDown)