7 references to Distance
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (7)
315double dist = Distance(_lastPhysicalPoint, physPoint); 365Result.PhysicalLength = Convert.ToInt32(.5 + Distance(Result.PhysicalStart, _previousFlickData.PhysicalPoint)); 366Result.TabletLength = Convert.ToInt32(.5 + Distance(Result.TabletStart, _previousFlickData.TabletPoint)); 422newData.Displacement = Distance(physicalPoint, _previousFlickData.PhysicalPoint); 427_flickPathDistance = Distance(physicalPoint, _flickStartPhysical); 430_flickLength = Distance(physicalPoint, _flickStartPhysical); 450_analyzingData = Distance(physicalPoint, _flickStartPhysical) > ThresholdLength