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