1 write to ScrollViewer
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Annotations\WorkflowAnnotationAdornerService.cs (1)
31adorner.ScrollViewer = this.scrollViewer;
3 references to ScrollViewer
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (3)
132Point anchorPoint = this.AdornedElement.TranslatePoint(new Point(this.AdornedElement.RenderSize.Width, 0), this.ScrollViewer); 141anchor = FindAnchor(anchorPoint, adornerSize, new Rect(0, 0, this.ScrollViewer.ViewportWidth, this.ScrollViewer.ViewportHeight));