1 write to scrollViewerToScreenDistance
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
21this.scrollViewerToScreenDistance = designerView.ScrollViewer.PointToScreen(new Point(0, 0)).Y;;
1 reference to scrollViewerToScreenDistance
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (1)
56this.AdornedElement.PointToScreen(new Point(0, 0)).Y - this.scrollViewerToScreenDistance;