2 writes to ScrollViewer
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
215this.scrollViewerPanner.ScrollViewer = null;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (1)
25this.ScrollViewer = scrollViewer;
2 references to ScrollViewer
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ScrollViewerPanner.cs (2)
282Point pt = Mouse.GetPosition(this.ScrollViewer); 298&& !object.Equals(Mouse.Captured, this.ScrollViewer);