1 implementation of GetIntermediatePoints
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
263int IMouseInputProvider.GetIntermediatePoints(IInputElement relativeTo, Point[] points)
1 reference to GetIntermediatePoints
PresentationCore (1)
Core\CSharp\System\Windows\Input\Mouse.cs (1)
488return mouseInputProvider.GetIntermediatePoints(relativeTo, points);