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