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