7 references to Distance
PresentationCore (7)
System\Windows\Input\Stylus\Pointer\PointerFlickEngine.cs (7)
314double dist = Distance(_lastPhysicalPoint, physPoint); 364Result.PhysicalLength = Convert.ToInt32(.5 + Distance(Result.PhysicalStart, _previousFlickData.PhysicalPoint)); 365Result.TabletLength = Convert.ToInt32(.5 + Distance(Result.TabletStart, _previousFlickData.TabletPoint)); 421newData.Displacement = Distance(physicalPoint, _previousFlickData.PhysicalPoint); 426_flickPathDistance = Distance(physicalPoint, _flickStartPhysical); 429_flickLength = Distance(physicalPoint, _flickStartPhysical); 449_analyzingData = Distance(physicalPoint, _flickStartPhysical) > ThresholdLength