2 references to FindTarget
PresentationCore (2)
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (1)
196
IInputElement target = stylusDevice.
FindTarget
(stylusDevice.CriticalActiveSource, position);
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
1080
inputElementHit =
FindTarget
(_inputSource, pt);