2 writes to scrollViewerPanner
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
189this.scrollViewerPanner = new ScrollViewerPanner(this.ScrollViewer); 216this.scrollViewerPanner = null;
6 references to scrollViewerPanner
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (6)
190this.scrollViewerPanner.Hand = (Cursor)this.Resources["ReadyToPanCursor"]; 191this.scrollViewerPanner.DraggingHand = (Cursor)this.Resources["PanningCursor"]; 213if (this.scrollViewerPanner != null) 215this.scrollViewerPanner.ScrollViewer = null; 877if (designerView.scrollViewerPanner != null) 879designerView.scrollViewerPanner.InPanMode = designerView.InPanMode;