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