5 references to RubberBandThickness
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (5)
175
return new Point(point.X < -
RubberBandThickness
? -
RubberBandThickness
: point.X, point.Y < -
RubberBandThickness
? -
RubberBandThickness
: point.Y);
333
this.rubberBand.StrokeThickness =
RubberBandThickness
;