13 references to canvasOffset
System.Activities.Presentation (13)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (13)
318this.canvasOffset.X = 0; 319this.canvasOffset.Y = 0; 327this.canvasOffset.X = Math.Min(this.canvasOffset.X, p.X); 328this.canvasOffset.Y = Math.Min(this.canvasOffset.Y, p.Y); 331this.canvasOffset.X = Math.Abs(this.canvasOffset.X); 332this.canvasOffset.Y = Math.Abs(this.canvasOffset.Y); 379pos.Offset(this.canvasOffset.X, this.canvasOffset.Y); 446this.selectedChild = new KeyValuePair<FrameworkElement, Point>(window, this.canvasOffset);