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