8 references to Designer
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (8)
99
if (this.
Designer
.ShouldExpandAll)
147
this.
Designer
.RegisterViewElement(this);
183
this.
Designer
.UnregisterViewElement(this);
611
this.
Designer
.ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled = true;
615
if (e.LeftButton == MouseButtonState.Pressed && e.ClickCount == 2 && this.
Designer
.lastClickedDesigner == this)
620
this.
Designer
.ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled = false;
714
this.
Designer
.lastClickedDesigner = this;
823
if (!this.
Designer
.SuppressSelectionOnMouseUp && this.shouldChangeSelectionOnMouseUp)