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