24 references to Designer
System.Activities.Presentation (24)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (24)
74return this.Designer.wfViewExtensionSurface; 107if (!e.Handled || this.Designer.ShouldStillAllowRubberBandEvenIfMouseLeftButtonDownIsHandled) 109if (DesignerView.IsMouseInViewport(e, this.Designer.scrollViewer) && !this.IsMouseOnDragHandle(e) && !this.IsMouseOverAdorner(e)) 112this.StartPoint = e.GetPosition(this.Designer.scrollableContent); 114this.MouseDownPointToScreen = this.Designer.scrollableContent.PointToScreen(this.StartPoint); 124Point position = e.GetPosition(this.Designer.scrollableContent); 125Point positionToScreen = this.Designer.scrollableContent.PointToScreen(position); 130if (!this.Designer.scrollableContent.IsMouseCaptured) 132this.Designer.scrollableContent.CaptureMouse(); 142AutoScrollHelper.AutoScroll(e.GetPosition(this.Designer.scrollViewer), this.Designer.scrollViewer, 0.2); 152this.EndPoint = e.GetPosition(this.Designer.scrollableContent); 184if (this.Designer.scrollableContent.IsMouseCaptured) 186this.Designer.scrollableContent.ReleaseMouseCapture(); 193HitTestResult result = VisualTreeHelper.HitTest(this.Designer.scrollableContent, e.GetPosition(this.Designer.scrollableContent)); 199GeneralTransform transform = view.DragHandle.TransformToAncestor(this.Designer); 204if (dragHandleRect.Contains(e.GetPosition(this.Designer))) 216HitTestResult result = VisualTreeHelper.HitTest(this.Designer.scrollViewer, e.GetPosition(this.Designer.scrollViewer)); 249GeneralTransform transform1 = this.Designer.scrollableContent.TransformToAncestor(this.Designer); 250GeneralTransform transform2 = this.Designer.TransformToDescendant(this.ExtenstionSurface); 272GeneralTransform transform = view.TransformToAncestor(this.Designer.scrollableContent);