1 write to MouseDownPointToScreen
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
114this.MouseDownPointToScreen = this.Designer.scrollableContent.PointToScreen(this.StartPoint);
2 references to MouseDownPointToScreen
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (2)
126if (!this.IsSelecting && (Math.Abs(positionToScreen.X - this.MouseDownPointToScreen.X) > SystemParameters.MinimumHorizontalDragDistance || 127Math.Abs(positionToScreen.Y - this.MouseDownPointToScreen.Y) > SystemParameters.MinimumVerticalDragDistance))