3 references to pointerType
PresentationCore (3)
System\Windows\Input\Stylus\Pointer\PointerData.cs (1)
111
switch (_info.
pointerType
)
System\Windows\InterOp\HwndPointerInputProvider.cs (2)
214
&& (data.Info.
pointerType
== UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_TOUCH
215
|| data.Info.
pointerType
== UnsafeNativeMethods.POINTER_INPUT_TYPE.PT_PEN))